-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Closed
Description
I am trying to get my grid images cropped without any framing. I seem to have two issues with this:
- I am not able to crop my images to a certain width/height without creating a (white) frame. Ideal situation would be that my uploaded images get pushed inside the image container, filling both width and height while maintaining the aspect ratio. Much like the cover function in css.
- Not being able to get 1. working, i then tried to change the white frame to another background color. But this does not seem to work. Current code:
<image id="product_page_more_views" type="thumbnail">
<width>100</width>
<height>100</height>
<constrain>false</constrain>
<frame>false</frame>
<transparency>false</transparency>
<background>[248,248,248]</background>
</image>
If anybody has any idea how i should get this working..
Metadata
Metadata
Assignees
Labels
No labels