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

搜索 | 用户支持

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

详细了解

I added a persona, but the banner cuts off the lower 30% of the picture. How do I adjust the height of the persona banner?

  • 4 个回答
  • 2 人有此问题
  • 2 次查看
  • 最后回复者为 rogers127

more options

I see how to increase the width of the internet page, but no place to increase the height of the persona banner.

I see how to increase the width of the internet page, but no place to increase the height of the persona banner.

所有回复 (4)

more options

Add some Toolbars to see the entire height of the persona image = 3000px by 200px (I don't think the full width of the Persona image can be seen on anything except a wide screen TV display).

Firefox comes with 3 Toolbars, the Menu bar, the Navigation bar, and the Bookmarks toolbar. It may vary depending on your operating system and whether you have Large or Small toolbar icons selected, but on my system I need to have 10 toolbars showing to see the full height of the Persona I have selected. YMMV

View > Toolbars - Customize
Then hit the Add New Toolbar button, name that new toolbar (I named them Spacer 1 -7), and then add a single Space to each new Toolbar. Repeat until you have 7 more Toolbars.
When you're done - hit the Done button.

more options

when I hit "done" it goes back to original. Same if I hit the "x" tab.

more options

Make sure that you place some content like a Space item on each toolbar that you create before closing the Customize window. Empty toolbars are removed automatically.


Another way to do this:

You can create one toolbar (name: PersonaFiller) via "View > Toolbars > Customize" and put a single Space item on it and use code in userChrome.css to set a min-height for that toolbar.

If you do not want to see that toolbar to get more website space then you only need to remove one check-mark via the right-click context menu

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#__customToolbar_PersonaFiller {min-height:100px !important;}

Add the code to userChrome.css below the @namespace line.

See:

由cor-el于修改

more options

Where do I put the code userChrome.ccs? I added spaces, but it was like they all lined up on the same tool bar. Thanks for helping.