I have a repeating group with a minimum width of 250px and a fixed height of 450px.
I want to add an image inside the repeating group, but the actual image is too tall and exceeds the desired 300px height.
To address this, I’ve set the image’s fixed height to 300px (https://tinyurl.com/243exwzy)
However, it looks something like this: (https://tinyurl.com/23qnvg32)
Ideally, I want the image to appear from the top. This means only the top portion of the image that fits within the 300px height should be shown.
While setting “run mode-rendering” to zoom partially solves the issue, it unfortunately zooms in on the center of the image instead of the top.
Screenshot: (https://tinyurl.com/27n8d6ye)
Could someone please help me fix this and ensure the image starts from the top and shows the area that fits with the fixed height of 300 px?