Jquery Galleria Thumbnail not displaying

ng2tuan

New Member
I had set up Galleria Plugin successfully. But the problem is that the thumbnails for each picture is not generating. My Code is below\[code\]<div id="galleria"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/1.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/2.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/3.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/4.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/5.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/6.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/7.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/8.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/9.jpg"> <img title="Image title" src="http://stackoverflow.com/questions/3598177/images/10.jpg"></div>\[/code\]JQUERY\[code\]<script> Galleria.loadTheme('js/galleria.classic.js'); $('#galleria').galleria();</script>\[/code\]Plz help. Any help will be appreciated.
 
Back
Top