Код формирующий изображения находится в чанке
|
1 |
galItemThumb |
для вывода картинок в формате webp вы можете видоизменить его следующим образом
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{if $tag == 'gor'} <a href="[[+image_absolute:phpthumbon=`w=3560&h=2200&zc=C&f=webp`]]" data-fancybox="gallery" class="[[+cls]] l[[+tags]]"> <picture> <source media="(max-width: 480px)" srcset="[[+image_absolute:phpthumbon=`w=216&h=240&zc=C&f=webp`]] 1x, [[+image_absolute:phpthumbon=`w=432&h=480&zc=C&f=webp`]] 2x" type="image/webp"> <source srcset="[[+image_absolute:phpthumbon=`w=1780&h=1200&zc=C&f=webp`]] 1x, [[+image_absolute:phpthumbon=`w=3560&h=2200&zc=C&f=webp`]] 2x" type="image/webp"> <img src="[[+image_absolute:phpthumbon=`w=1780&h=1200&zc=C&f=webp`]]" srcset="[[+image_absolute:phpthumbon=`w=1780&h=1200&zc=C&f=webp`]] 1x, [[+image_absolute:phpthumbon=`w=3560&h=2200&zc=C&f=webp`]] 2x" [[+image_attributes]] alt="" class="[[+imgCls]] [[+tags]]" draggable="false"> </picture> </a> {else} <a href="[[+image_absolute:phpthumbon=`w=1606&h=2090&zc=C&f=webp`]]" data-fancybox="gallery" class="[[+cls]] l[[+tags]]"> <picture> <source media="(max-width: 480px)" srcset="[[+image_absolute:phpthumbon=`w=216&h=240&zc=C&f=webp`]] 1x, [[+image_absolute:phpthumbon=`w=432&h=480&zc=C&f=webp`]] 2x" type="image/webp"> <source srcset="[[+image_absolute:phpthumbon=`w=804&h=1045&zc=C&f=webp`]] 1x, [[+image_absolute:phpthumbon=`w=1606&h=2090&zc=C&f=webp`]] 2x" type="image/webp"> <img src="[[+image_absolute:phpthumbon=`w=804&h=1045&zc=C&f=webp`]]" srcset="[[+image_absolute:phpthumbon=`w=804&h=1045&zc=C&f=webp`]] 1x, [[+image_absolute:phpthumbon=`w=1606&h=2090&zc=C&f=webp`]] 2x" [[+image_attributes]] alt="" class="[[+imgCls]] [[+tags]]" draggable="false"> </picture> </a> {/if} |
Убедить что у вас установлен phpthumbon
