javascript - camera js thumbanil issue -
i'm using camera js main slider, , works fine, except im trying use thumbnail functions better look, doesn't seem working.
http://www.pixedelic.com/plugins/camera/
the camera js document suggests need have option 'thumbnails:true' , insert data-src="images/main_image.jpg"
yet doesn't seem work yet.
what did miss?
here code:
<div class="slider"> <div data-thumb="images/main_image.jpg" data-src="images/main_image.jpg" style="background-size:cover;"></div> <div data-src="images/main_image.jpg" style="background-size:cover;"></div> <div data-src="images/main_image.jpg" style="background-size:cover;"></div>
jquery(document).ready(function($) { jquery('.slider').camera({ //here declared settings, height , presence of thumbnails pagination: true, navigation: true, fx: 'scrollleft', height:'960px', thumbnails: true });});
and live site : http://www.ike.co.kr/english/main.html
Comments
Post a Comment