I checked the various resources for making / stretching an image element to always be full width (even if the image quality degrades) but I’ve not been successful in my outcomes.
On the image element, using element level css. I’ve added:
$el img {
width: 100%;
height: auto;
}
I see it in the inspector on the rendered page, but the image isn’t full width.
I’m using the no container layout. The row is set to be containerless/marginless.
Retina is off.
Are there any other suggestions to getting my image to be full width?
thanks