Wide image that looks good in editor is not working live

Hi there

I have an image on my site, that goes from edge to edge on the website. It looks good in the editor, and it also seems to be working on tablet, but on my laptop it’s too small and positioned left.

It’s a bit more than halfway down this site: https://rearviewteater.dk/oliver/

I hope you can help.

Kind regards
Astrid

Hi Astrid,

Thanks for reaching out.

May I know which image, it all looks fine on my laptop. And what’s your laptop, is it a hybrid (laptop that is also a tablet)? That could be the problem and some background (especially with parallax) may not work.

Thanks!

Hi, of course - it’s this one:

My laptop is a Dell Ultrabook, not a hybrid.

/Astrid

Hi There,

Please change the width of your image to 100% and add this element CSS to your image also:

$el img {
     width: 100%;
}

Hope it helps :slight_smile:

1 Like

Worked like a charm as always - thanks! :slight_smile:

Glad we could help.

Cheers!

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