Image not full width of row or centered

Hi,

On the following page: ghromandie.ch

The image will not go to the page full width nor will it center:

Thanks

Hi Camille,

Thanks for reaching out.

An image could only stretch up to its original size, but you can override it by adding this CSS to your image element CSS.

$el, $el img {
width: 100%;
max-width: none;
}

Thanks!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.