Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Web page images dont display full width

  • 4 antwurd
  • 1 hat dit probleem
  • 1 werjefte
  • Lêste antwurd fan Kim_Hughes

more options

I have a web page where the size (width) of elements is not display as per the code - or what is shown in Computed or when you hover over the line in Inspector.

This page displays fine in Chrome, Safari and IE.

For example the body width should be 960px and ts actually 776px. An image should be 512px and its 411px.

I have a web page where the size (width) of elements is not display as per the code - or what is shown in Computed or when you hover over the line in Inspector. This page displays fine in Chrome, Safari and IE. For example the body width should be 960px and ts actually 776px. An image should be 512px and its 411px.

Keazen oplossing

Did you make sure that you aren't zooming the page(s).

You may have accidentally zoomed web page(s). Reset the page zoom on pages that cause problems.

  • View -> Zoom -> Reset (Mac: Command+0 (zero))
Dit antwurd yn kontekst lêze 👍 2

Alle antwurden (4)

more options

Keazen oplossing

Did you make sure that you aren't zooming the page(s).

You may have accidentally zoomed web page(s). Reset the page zoom on pages that cause problems.

  • View -> Zoom -> Reset (Mac: Command+0 (zero))
more options

Thank you so much - that was the problem. When I first read your reply I thought, no cant be that (even though that was what it seemed like ie page was intact layout wise but scaled down) because the other 5 pages were displaying fine.

I didn't know a page would remember a zoom in (which I don't remember ever doing on these pages but I must have).

Again thanks and regards.

more options

Firefox changes what it tells websites about your window.innerWidth and screen.width (and corresponding heights) as your change the zoom level. I have a little demo on this page: https://www.jeffersonscher.com/res/resolution.php

more options

Thanks again - very helpful.