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!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Web page images dont display full width

  • 4 回覆
  • 1 有這個問題
  • 1 次檢視
  • 最近回覆由 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.

被選擇的解決方法

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))
從原來的回覆中察看解決方案 👍 2

所有回覆 (4)

more options

選擇的解決方法

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.