-
johnmcintyre
How do I stop the testimonial images from getting squished when the window gets smaller?
Good:

Bad:

Notice how the image dimensions don’t stay the same as the window gets smaller. How do I stop this from happening?
I know there’s a setting somewhere in the CSS or whatever. I just can’t find it.
Thanks!
-
Hi there,
Can you link us to the page where we can see this? I need to know how this is built 🙂
Let me know 🙂
-
johnmcintyre
Built with Generate Blocks.
-
David
Hi there,
for that kind of layout, instead of a grid block i would do this:
Container Block #A
— Container block #B ( has image )
— Container Block #C ( has text )Container Block #A
Layout -> Display Flex; Column Gap 10pxContainer block #B
Layout -> Flex Child settings:
Grow:0, Shrink0, Basis64px
Note the basis should match the width of your image
- You must be logged in to reply to this topic.