You need to sign in to do that
Don't have an account?
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.....