jquery - Cannot get fancybox thumbnails to work -



jquery - Cannot get fancybox thumbnails to work -

so sense i've tried been unable fancybox thumbails work. here code:

javascript:

$(document).ready(function() { $(".fancybox-thumb").fancybox({ preveffect : 'none', nexteffect : 'none', helpers : { title : { type: 'outside' }, thumbs : { width : 200, height : 200, position:'top' } } }); });

html:

<a class="fancybox-thumb" rel="fancybox-thumb" href="images/royalty.jpg" title="simple cake"> <img src="images/royalty.jpg" alt="" /> </a> <a class="fancybox-thumb" rel="fancybox-thumb" href="http://lorempixel.com/output/business-q-c-50-50-10.jpg"> <img src="images/royalty.jpg" alt="" />

i know it's little i've been through documentattion don't it... missing here? i'm getting basic pics show, no thumbnails. help here appreciated.

jquery thumbnails fancybox-2

Comments

Popular posts from this blog

maven fortify plugin : Unable to load build session with ID XXXXX .. See log file for more details -

c# - Primavera WebServices does not return any data -

android - Display emoji panel with genymotion - keyboard/touch input? -