Is there any way in floom to load a specific webpage when a user clicks on an image?The normal syntax is:\[code\]var slides = [ { image: 'image-url.jpg', caption: 'loriem ispum' }\[/code\]I would like to be able to do something like this.\[code\]var slides = [ { image: 'nature-photo0.jpg', caption: 'loriem ispum' link: 'http://www.google.com' }\[/code\]This way that when my user's click on the images they will be directed to the url.