Hi Stuart, it’s possible, even using custom CSS, to add the “Cover” Fit mode and “Center Center” Anchor point to an Image Plus (Source) stack.
I could use Image Fit (Source), but I have a WebP image to insert, so I’d like to use Image Plus.
Thanks
Hi Stuart, it’s possible, even using custom CSS, to add the “Cover” Fit mode and “Center Center” Anchor point to an Image Plus (Source) stack.
I could use Image Fit (Source), but I have a WebP image to insert, so I’d like to use Image Plus.
Thanks
Hi @Gianluca
That should be possible already. Try setting the ‘Display’ setting to be ‘Fill space’.
These are screenshots of Image Plus and Image Fit:
Then I changed Display to Fill Space
Display Fill Space
Position Relative
Anchor: Center Center
Then I changed Display to Fill Space
Display Fill Space
Position Relative
Anchor: Center Center
Visually, perhaps the best solution is to leave Display Normal.
But unfortunately, it’s not Cover.
Fill Space doesn’t look the way I’d like…
I don’t know what to do; maybe I should use Image Fit with JPGs instead of WebP.
You could put the Image Plus stack inside a Coder stack and use it to control the image height (when using the Fill space mode).
e.g. give it a css class name of my-image-height and then in the CSS box of RW add something like: .my-image-height{height: 200px}
Perfect, it works beautifully.
Thanks, Stuart