-
Hi,
how can I make the image look like this? – https://imghostr.com/15545a_57t
-
David
Hi there,
If you want to add rounded corners and more space above and below the image, the use a GenerateBlocks Image block.
In the Spacing options of the image block you can add Top and Bottom Margin as well as set the Border Radius
-
I know that.
but look at the image I have on my page.how can I achieve the image I provided in the screenshot?
-
What’s wrong with the image? Too small?
If so, it’s because the height is set to 250px, so the width is 166.66px to respect its aspect ratio, unless you also set a width value for it.
-
how can I make the image look like this? https://imghostr.com/15545a_57t
-
1. Select the container block which contains the image block, set
displaytodefaultinstead offlex.2. Select the image block, set
widthto100%,heightto300px.Let me know if this helps!
-
Done.
it still looks stretchy.
any idea how to fix it?
-
Fernando
Hi there,
You need to set the Object-fit of the Image block to
cover.You can then move the image position through a CSS like this:
img.gb-image-77f936f3 { object-position: center 70%; }
- You must be logged in to reply to this topic.