Repeater image fit to screen

is there any way to show full image on a reapeter. galleries have an option like fit to screen something like that.

this one is a repeater


and this one a grid gallery and resized the image to fit
is there any way to do this on a repeater
i can not use a gallery as i cant display enough information there.

3 Likes

I’m also looking for this feature. Any progress?

Any progress in 2019?

No. But there’s a workaround:
Instead of an image placeholder, put there a slider gallery.
Remove the arrows & autoplay, and set the gallery to “fit”.
Then connect this gallery to your database image.

Maybe it’s an old post but, here is the solution :

$w("#myImage").fitMode="fit";

Where #myImage is your image id in the repeater.