function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
christwin123christwin123 

Slideshow of images in Apex Page

Hi ,

 

Could anyone please let me know how to create a Slide show of images in an Apex page were the Pictures can be made to slide automatically.

 

Thanks in advance,

 

Regards,

Christwin

firechimpfirechimp

Hi christwin123,

This is probably a question for the visualforce discussion board.

 

But in short you would use a JQuery plugin to do this on your visualforce page.

 

Abhi_TripathiAbhi_Tripathi

Hey Chris,

 

Go to this link

 

http://zinoui.com/demos/slideshow#default-1

 

you can use that code provided on this link.

 

Thanks

Abhi