Hello. I am trying to use the Unite Gallery (http://unitegallery.net/). Everything is done according to the instructions, but the images are not displayed in the page. To display the picture on the page I introduced this code:
<!-- Portfolio Items ============================================= -->
<div id="gallery" style="display:none;">
<img alt="Image 1 Title" src="images/thumbs/tile3.jpg"
data-image="images/big/tile3.jpg"
data-description="Image 1 Description">
<img alt="Image 2 Title" src="images/thumbs/tile4.jpg"
data-image="images/big/tile4.jpg"
data-description="Image 2 Description">
</div>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery("#gallery").unitegallery({
gallery_theme: "tiles",
tiles_type:"justified"
});
});
</script>Help me please. What could be the problem. I really like this gallery.
Page with gallery - http://www.lourens.spflex.top/portfolio.html
