Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How do I display more icons on the New-Tab page? I tried about:config

  • 3 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 CoryMH

more options

The New-Tab page I see doesn't match what FF shows in help. I changed rows and columns and nothing changed.

The New-Tab page I see doesn't match what FF shows in help. I changed rows and columns and nothing changed.

所有回复 (3)

more options

Hello,

With the latest Firefox update, the number of tiles is now determined on screen size - if you zoom out or expand the window you can have more tiles appear.

If you want to set a fixed number of tiles, you can do so with the following extension:

You can also see jscher2000's Chosen Solution here: https://support.mozilla.org/en-US/questions/1025414 It requires the Stylish add-on but will automatically shrink the tiles on the page and will limit the tiles based on what you entered for your rows and columns in the about:config page:

more options

Thanks. add-ons are a last resort IMO (I have enough memory problems already) but I'll do it if I can't find another workaround.

I didn't see any ref to tiles & screen-size in the help. Did I miss it?

about:config still lets you set rows & columns - that's just for add-ons then?

more options

When you zoom out on the new tab page, the number of tiles is limited to the rows and columns settings in the about:config. Unfortunately I don't know how to maintain the zoom settings for new instances of the "about:newtab" page.

What you can try is create a userChrome.css file to change the appearance of your about:newtab page (which is essentially what the Stylish script does). You can click "Show CSS" on that page to figure out what you need to add to the file: https://userstyles.org/styles/106326/shrink-new-tab-thumbnails

Articles about the userChrome.css file:

Note: I recommend using Stylish because it makes changes to the interface easier to manage than creating the userChrome.css file. You should check to see if you experience any significant impacts using the extension and then go the userChrome.css route if you find that there are.