Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Web page images dont display full width

  • 4 svar
  • 1 har dette problem
  • 1 visning
  • Seneste svar af 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.

Valgt løsning

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))
Læs dette svar i sammenhæng 👍 2

Alle svar (4)

more options

Valgt løsning

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.