Featured image height and width on post carousel slider

I’m using the post carousel slider on https://beyondtouch.co.uk/accountability-partnership/. I’ve added a placeholder featured image, I want this to be 100% width, 100% height, but it looks like there’s some height staying from the original set-up, I just can’t figure where this is coming from

Hi @simonwr1976,

I have checked the page and the images added, but didn’t find any problem with it. Can you please provide any screenshots marked with the issue or any video that helps us to recognize the problem?

Thanks

Thanks for the reply.

The images are there, but they aren’t 100 height, it’s respecting the width, but not the height

Hey @simonwr1976,

The Image Size of the Image element within the Figure element must be set to cover for the image to “Cover” the area.

Please note that for best results, your background image must not have important details. Otherwise, it must match the aspect ratio of the Figure element so that parts of it will not be hidden or appear cropped.

Thanks again, it looks like we’ve got 100% height now, but even on hover it’s not 100 width, how can I achieve this?

Hi @simonwr1976,

If object-fit is set to cover , the image will fill both the width and height of its container while maintaining its aspect ratio. This means the width should expand to 100% of the parent element. Please double-check the parent container’s width and adjust it if necessary.

Thanks!

In the backend it’s fine and the 100% width is respected, but not in the front-end

Object fir is set to cover