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
Karthik TathiReddyKarthik TathiReddy 

Image slider in visualforce page

I have two fields named Primarypicture__c and SecondaryPictures__c which was the image urls. PrimaryPicture__c has single image url of data type URL and the SecondaryPictures__c has multiple image url's seperated by semicolon which is Long Text Area data type.

 

Now I want to display both the fileds as image slider in VF page where primarypicture__c should be defalut image and the secondaryPictures__c were to be the next to the primaryPicture__c image in the image slider slide show.

 

Can any one please post your suggestions or any sample code on how I could achieve this.....