Hi Arcolive!
I am also a photographer, i can say the photoswipe is great!! But, setting up cost time but if you know how and you can work with photoshop is really easy!
I have posted a workaround in another topic.
First you will need a module with: just copy paste
- Code: Select all
<div class="gkPage">
<div class="gk-cols gk-gallery" data-cols="3">
<div>
<a data-order="1" href="images/demo/gallery/image1.jpg" data-size="1280x1280" data-title="" data-desc=""><img src="images/demo/gallery/thumb1.jpg" height="334" width="334" alt="Thumbnail I" /></a>
<a data-order="4" href="images/demo/gallery/image2.jpg" data-size="1280x853" data-title="" data-desc=""><img src="images/demo/gallery/thumb2.jpg" height="224" width="335" alt="Thumbnail II" /></a>
<a data-order="7" href="images/demo/gallery/image3.jpg" data-size="1164x872" data-title="" data-desc=""><img src="images/demo/gallery/thumb3.jpg" height="251" width="335" alt="Thumbnail III" /></a>
<a data-order="10" href="images/demo/gallery/image4.jpg" data-size="1280x853" data-title="" data-desc=""><img src="images/demo/gallery/thumb4.jpg" height="224" width="335" alt="Thumbnail IV" /></a>
<a data-order="13" href="images/demo/gallery/image5.jpg" data-size="852x1280" data-title="" data-desc=""><img src="images/demo/gallery/thumb5.jpg" height="504" width="335" alt="Thumbnail V" /></a>
</div>
<div>
<a data-order="2" href="images/demo/gallery/image6.jpg" data-size="853x1280" data-title="Photography art" data-desc=""><img src="images/demo/gallery/thumb6.jpg" height="457" width="305" alt="Thumbnail VI" /></a>
<a data-order="5" href="images/demo/gallery/image7.jpg" data-size="1280x853" data-title="" data-desc=""><img src="images/demo/gallery/thumb7.jpg" height="203" width="305" alt="Thumbnail VII" /></a>
<a data-order="8" href="images/demo/gallery/image8.jpg" data-size="1280x853" data-title="" data-desc=""><img src="images/demo/gallery/thumb8.jpg" height="204" width="305" alt="Thumbnail VIII" /></a>
<a data-order="11" href="images/demo/gallery/image9.jpg" data-size="960x1280" data-title="For ged" data-desc=""><img src="images/demo/gallery/thumb9.jpg" height="406" width="305" alt="Thumbnail IX" /></a>
<a data-order="14" href="images/demo/gallery/image10.jpg" data-size="1280x853" data-title="" data-desc=""><img src="images/demo/gallery/thumb10.jpg" height="203" width="305" alt="Thumbnail X" /></a>
</div>
<div>
<a data-order="3" href="images/demo/gallery/image11.jpg" data-size="1280x853" data-title="" data-desc=""><img src="images/demo/gallery/thumb11.jpg" height="198" width="297" alt="Thumbnail XI" /></a>
<a data-order="6" href="images/demo/gallery/image12.jpg" data-size="1155x1280" data-title="" data-desc=""><img src="images/demo/gallery/thumb12.jpg" height="329" width="297" alt="Thumbnail XII" /></a>
<a data-order="9" href="images/demo/gallery/image13.jpg" data-size="873x1280" data-title="" data-desc=""><img src="images/demo/gallery/thumb13.jpg" height="436" width="297" alt="Thumbnail XIII" /></a>
<a data-order="12" href="images/demo/gallery/image14.jpg" data-size="1280x853" data-title="" data-desc=""><img src="images/demo/gallery/thumb14.jpg" height="199" width="297" alt="Thumbnail XIV" /></a>
<a data-order="15" href="images/demo/gallery/image15.jpg" data-size="1280x848" data-title="" data-desc=""><img src="images/demo/gallery/thumb15.jpg" height="196" width="297" alt="Thumbnail XV" /></a>
</div>
</div>
</div>
My way is to :
1. First choose the 15 pictures
2. Rename the pictures to image1 image2 image3 etc.
3. Make thumbs with the filename thumb1 thumb2 thumb3 etc.
- Copy the map demo/gallery/ to you PC
- Open thumb1.jpg in photoshop, paste image 1 in it. Merge the two layers with ctrl+e. And then save it.
- Now thumb 2 etc. etc..
4. Copy & paste in filezilla in images/demo/gallery/
5. Change the resolution of image1 image2 image3 in HTML MODULE so it match.
This way you do not need
change the file name in the module
but only the resolution. The first time it will take some time. But the second you get used to it.
If want to add use more then 15 pictures, you need to add your own lines. But that is also not that hard.
If you have troubles setting it up let us know,
xWiz