浏览代码

pre-crop carousel images (replace CSS croping)

Olivier Massot 5 年之前
父节点
当前提交
6c4b035f36
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      ot_templating/Resources/Private/Partials/Carousel.html

+ 4 - 1
ot_templating/Resources/Private/Partials/Carousel.html

@@ -17,7 +17,10 @@
             <f:image src="{image.url}"
             <f:image src="{image.url}"
                      alt="{image.alternative}"
                      alt="{image.alternative}"
                      title="{image.title}"
                      title="{image.title}"
-                     class="carousel-img"/>
+                     class="carousel-img"
+                     width="1170c"
+                     height="380c"
+            />
         </f:for>
         </f:for>
 
 
     </v:page.resources.fal>
     </v:page.resources.fal>