Hello everyone!
I try to crop and resize image only for img tag but keep full size for Fancybox inside A tag. But CB crop and resize all url. It’s strange. Where I’m wrong?
My code:
<a href="[[+url]]" data-fancybox="gallery">
<img src="[[phpthumbon? &input=`[[+url]]` &options=`w=690&h=550&zc=1`]]" class="img-fluid" alt="[[+alttext]]">
</a>
What I got:
Thanks for help.