Mozilla 도움말 검색

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

Learn More

Unable to change the text size

  • 4 답장
  • 4 이 문제를 만남
  • 21 보기
  • 최종 답변자: cranfan

more options

I am testing a site and cannot get any response in FF mobile if I change the text size in Settings/Display/Text size. The text just stays the same size regardless of if I set small or extra large.

The site will zoom 'text only' in FF desktop and also does so in all other browsers I have tested (including mobiles) that have this type of facility. I therefore think it is unlikely to be the design of the site.

I know it is possible to double tap and increase the level of page zoom but as FF mobile has a text size option in its menu I would like t be able to test it.

I have the problem with both android 4.2 and 4.4 and my browser is up to date.

Thanks.

I am testing a site and cannot get any response in FF mobile if I change the text size in Settings/Display/Text size. The text just stays the same size regardless of if I set small or extra large. The site will zoom 'text only' in FF desktop and also does so in all other browsers I have tested (including mobiles) that have this type of facility. I therefore think it is unlikely to be the design of the site. I know it is possible to double tap and increase the level of page zoom but as FF mobile has a text size option in its menu I would like t be able to test it. I have the problem with both android 4.2 and 4.4 and my browser is up to date. Thanks.

선택된 해결법

The text size only inflated for sites that are 'desktop' sites. For the full gritty details see http://www.jwir3.com/blog/2012/07/30/font-inflation-fennec-and-you/

문맥에 따라 이 답변을 읽어주세요 👍 1

모든 댓글 (4)

more options

선택된 해결법

The text size only inflated for sites that are 'desktop' sites. For the full gritty details see http://www.jwir3.com/blog/2012/07/30/font-inflation-fennec-and-you/

more options

Thank you, interesting article.

Preumably the browser determines that on my site further font inflation in not appropriate, probably due to container dimensions?

I will need to read the article several times for a full grasp. Thanks.

more options

The main thing is setting a meta viewport element on your page.

more options

Mine is <meta name="viewport" content="width=800" />.

A fixed width works best in this instance.