galleria help

TheLivingDead

New Member
I've been messing with this for a week now, and still cant get it to work properly.... heres my code:

<script src="galleria/src/galleria.js"></script>

<script>Galleria.loadTheme('galleria/src/themes/classic/galleria.classic.js');</script>

</head>

<body>

...

<div class="images">

<a href="Family/img00.jpg"><img src="Family/thumb00.jpg"></a>
<a href="Family/img01.jpg"><img src="Family/thumb01.jpg"></a>
<a href="Family/img02.jpg"><img src="Family/thumb02.jpg"></a>
<a href="Family/img03.jpg"><img src="Family/thumb03.jpg"></a>

</div>

<script>$('.images').galleria();</script>

</body>

</html>
 
Top