SOLVED: Image element overriding the container

Bricks Version: 1.3.7
Browser: Chrome 90
OS: macOS / Windows / Linux / etc.
URL: https://viniciusdes.com/

Image element overlapping the container, in the previous version it was behaving normally, the image did not go through the container. This site is under development.

Hi Eduardo,
this happens due to the introduction of the min-max widths and heights. Remove the fixed height on the container to make the image fit or swap the value from height to min-height.

Btw: Nice Layout! :heart_eyes:

Best regards,
timmse

1 Like