Browse Source

pre-crop carousel images (replace CSS croping)

Olivier Massot 5 năm trước cách đây
mục cha
commit
6c4b035f36
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  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}"
                      alt="{image.alternative}"
                      title="{image.title}"
-                     class="carousel-img"/>
+                     class="carousel-img"
+                     width="1170c"
+                     height="380c"
+            />
         </f:for>
 
     </v:page.resources.fal>