79267786

Date: 2024-12-10 10:05:11
Score: 2
Natty:
Report link

Use exThumbImage option https://www.lightgalleryjs.com/docs/settings/#exThumbImage

<div id="lightGallery">
    <a href="a.jpg" data-external-thumb-image="images/externalThumb.jpg" ><img src="thumb.jpg" /></a>
</div>

lightGallery(document.getElementById('lightGallery'), {
    exThumbImage: 'data-external-thumb-image'
})
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: maya_soloveva