I was expecting to see the original image when clicking on the thumbnail in the gallery, but the image displayed is the large thumbnail of the image (thumbs/phoca_thumb_l_...) instead of the image itself.
As an example, below is the html code of one gallery thumbnail:
Code: Select all
<a class="pg-photoswipe-button" href="/images/phocagallery/test_top/t-roc/thumbs/phoca_thumb_l_T-ROC_01.jpg" data-img-title="Title: t-roc" id="pgImg33" itemprop="contentUrl" data-size="680x382">
<div class="pg-item-box-image">
<img src="/images/phocagallery/test_top/t-roc/thumbs/phoca_thumb_m_T-ROC_01.jpg" alt="Title: t-roc" class="pg-image c-Image c-Image--shaded" itemprop="thumbnail">
</div>
</a>
Is there a way to use the original image as the href for the link?
In other word, is it possible to have the href as in (a) insted of (b)?
(a) href="/images/phocagallery/test_top/t-roc/T-ROC_01.jpg"
(b) href="/images/phocagallery/test_top/t-roc/thumbs/phoca_thumb_l_T-ROC_01.jpg"
System info:
PhocaGallery version: 4.5.0Beta2
Joomla! version: 4.1.0 Stable
PHP version: 7.4.3
Web server: Apache/2.4.41 (Ubuntu)
Phoca Gallery Options
Detail View -> Detail View Settings -> Detail Window: Photoswipe