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

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -