본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

Permanently disable mobile versions of websites on desktop browser

  • 3 답장
  • 1 이 문제를 만남
  • 8 보기
  • 최종 답변자: ronny

more options

It seems that my preferred width of the browser window on desktop is so narrow that some websites (not all!) seem to think I'm on a mobile device. And so they serve me the "mobile-friendly" version of the website instead of the standard desktop version. I can tell it's a "responsive design" thing because if I widen my browser window, the desktop-friendly version automatically appears.

Is there a way to disable this so that all websites are forced to always serve the desktop version of the website?

It seems that my preferred width of the browser window on desktop is so narrow that some websites (not all!) seem to think I'm on a mobile device. And so they serve me the "mobile-friendly" version of the website instead of the standard desktop version. I can tell it's a "responsive design" thing because if I widen my browser window, the desktop-friendly version automatically appears. Is there a way to disable this so that all websites are forced to always serve the desktop version of the website?

모든 댓글 (3)

more options

Can you post a screenshot showing your full browser with the issue?

more options

Note that this can merely be done via @media rules that switch to a mobile or narrow layout if the detected screen width is below a specific minimum. Some websites use more versions of their layout and adjust their content automatic if you adjust the width. You can see this in the Inspector and in the Style Editor.

If you can't make or do not want the Firefox window wider then you can try to zoom out the page as this affects the dimensions reported via JavaScript.

more options

cor-el said

If you can't make or do not want the Firefox window wider then you can try to zoom out the page as this affects the dimensions reported via JavaScript.

Ah, this could be my solution. I hadn't thought of that. Even going to 90% zoom is making a difference. Thank you!