HI,
I’m doing upgrades on our websites and I’ve found out that an image element that is supposed to go full width (Image dimensions are: 2419 × 850) appear fine in cornerstone but once I look at the live result, it won’t go over 742px…
Page Template: Blank - No container, no Header, Footer
Theme Layout: Fullwidth
I’ve found a trick to bypass this with:
Blockquote
$el,
$el img {
width: 100%;
}
But the thing is that as it’s using 742px to go larger the image is blurry.