Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
<div class="gallery__sliderWrap slider-wrap"> <div class="gallery__slider swiper"> <div class="swiper-wrapper"> {foreach $files as $file} {if $file['description'] != 't'} <a class="gallery__slider-slide swiper-slide {$file['description']}" href="{$file['url']}" data-fslightbox="prodGallery{$file['description']}"> <img src="{$file['url']}" alt="[[*pagetitle]] - image {$file['rank']}"> </a> {/if} {/foreach} </div> </div> </div>
{if $files?} <div class="gallery__sliderWrap slider-wrap"> <div class="gallery__slider swiper"> <div class="swiper-wrapper"> {foreach $files as $file} {if $file['description'] != 't'} <a class="gallery__slider-slide swiper-slide {$file['description']}" href="{$file['url']}" data-fslightbox="prodGallery{$file['description']}"> <picture> <source srcset="{$file['url']|modphpthumbof:`f=webp`}" type="image/webp"> <img src="{$file['url']}" alt="[[*pagetitle]] - image {$file['rank']}"> </picture> </a> {/if} {/foreach} </div> </div> </div>
<picture> <source srcset="[[+tv.img_news:phpthumbof=`f=webp`]]" type="image/webp"> <img src="[[+tv.img_news]]" alt="[[+pagetitle]]"> </picture>