Boost Sales With Image Galleries!
Boost Sales With Image Galleries!
Unsure if conversion would increase, but this is for those of you who always ask for image galleries. Check this simple, working Image Gallery...
Unsure if conversion would increase, but this is for those of you who always ask for image galleries. Check this simple, working Image Gallery...
I agree that when I sign up above Mike @ ConverTricks might reach out to me.
I agree that when I sign up above Mike @ ConverTricks might reach out to me.








Paste this code in a HTML element:
Just change images in red with link to your images.
I use free hosting at imgur.
My images take time to load, because I upload 4+MB image files.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link href="//cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css" rel="stylesheet">
<script src="//cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js"></script>
<div class="fotorama" data-nav="thumbs">
<img src="https://i.imgur.com/kh4Q5lB.jpg">
<img src="https://i.imgur.com/zU4ioeD.jpg">
<img src="https://i.imgur.com/8n17mM4.jpg">
<img src="https://i.imgur.com/1UnkcdQ.jpg">
<img src="https://i.imgur.com/JPVBTKv.jpg">
<img src="https://i.imgur.com/qRlLPrH.jpg">
<img src="https://i.imgur.com/2gnxMmB.jpg">
<img src="https://i.imgur.com/n97dvjh.jpg">
</div>
Hint: If you want slideshow to work automatically and Loop continuously, then add these:
<div class="fotorama" data-nav="thumbs" data-autoplay="true" data-loop="true">
Paste this code in a HTML element:
Just change images in red with link to your images.
I use free hosting at imgur.
My images take time to load, because I upload 4+MB image files.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link href="//cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.css" rel="stylesheet">
<script src="//cdnjs.cloudflare.com/ajax/libs/fotorama/4.6.4/fotorama.js"></script>
<div class="fotorama" data-nav="thumbs">
<img src="https://i.imgur.com/kh4Q5lB.jpg">
<img src="https://i.imgur.com/zU4ioeD.jpg">
<img src="https://i.imgur.com/8n17mM4.jpg">
<img src="https://i.imgur.com/1UnkcdQ.jpg">
<img src="https://i.imgur.com/JPVBTKv.jpg">
<img src="https://i.imgur.com/qRlLPrH.jpg">
<img src="https://i.imgur.com/2gnxMmB.jpg">
<img src="https://i.imgur.com/n97dvjh.jpg">
</div>
Hint: If you want slideshow to work automatically and Loop continuously, then add these:
<div class="fotorama" data-nav="thumbs" data-autoplay="true" data-loop="true">