Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I upgraded from firefox 3.6 beta 3 to firefox 12 and now none of the Spruz sites that I own or am administrator on shows right The member photos groups are huge

more options

I upgraded from firefox 3.6 beta 3 to firefox 12 and now none of the Spruz sites that I own or am administrator on shows right The member photos, groups, and videos are huge...

My site on Spruz is showing the members photos, groups and videos extremely large...Instead of the members photos taking up a 1 1/2 X 4 space (3 across) on the top left of my site they are going down more than the length of the front page in single file...The groups and videos are taking up the whole middle of the front page...

Since I have to have something that is compatable with the site that I own it needs to be corrected...This is showing up this way on all of the Spruz sites that I belong to...

I upgraded from firefox 3.6 beta 3 to firefox 12 and now none of the Spruz sites that I own or am administrator on shows right The member photos, groups, and videos are huge... My site on Spruz is showing the members photos, groups and videos extremely large...Instead of the members photos taking up a 1 1/2 X 4 space (3 across) on the top left of my site they are going down more than the length of the front page in single file...The groups and videos are taking up the whole middle of the front page... Since I have to have something that is compatable with the site that I own it needs to be corrected...This is showing up this way on all of the Spruz sites that I belong to...

Chosen solution

I can get the photos to display in 3 columns if I do this:

orange Firefox button or classic Tools menu > Options > Content

In the Fonts & Colors section, click the Advanced... button.

Change Minimum Font Size to None and OK out of Options.

But most people are not going to do that. I prefer a minimum font size of at least 10.

So... how to fix it. The way the thumbnails are sized is that they are 10em with a base font size of 5px. If the minimum size is set to 10px, the pictures double in height and width.

It would make more sense if the base font size in your stylesheet was larger. Can you edit it? If so, try doubling the font size and halving the relative image size:

In http://languagesofourancestors.spruz.com/dhtml/corestyle/xstyle.css


/*All Cards Small*/ .SUI-UserPic.small, .SUI-ImageCard.small, .SUI-VideoCard.small { font-size: 10px;}

/* User Pics */ (4 lines down) .SUI-UserPic .SUI-CardImage { display: block; width: 5em; height: 5em; overflow: hidden; border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;} .SUI-UserPic .SUI-CardImage img { width: 5em; min-height: 5em; border: 0 none;} .SUI-UserPic .PopInfo {line-height: normal; display: none; width: 140px; position: absolute; z-index: 2; top: 4em; left: 0; margin: 0 auto;}

I think that will be more broadly compatible. There may well be some details I've missed, but hopefully this helps.

I don't know why the minimum font size wasn't applied this way in Firefox 3.6, but I suspect this is the new normal.

Read this answer in context 👍 1

All Replies (7)

more options

Reset the page zoom on pages that cause problems.

  • View > Zoom > Reset (Ctrl+0 (zero); Cmd+0 on Mac)
more options

Chosen Solution

I can get the photos to display in 3 columns if I do this:

orange Firefox button or classic Tools menu > Options > Content

In the Fonts & Colors section, click the Advanced... button.

Change Minimum Font Size to None and OK out of Options.

But most people are not going to do that. I prefer a minimum font size of at least 10.

So... how to fix it. The way the thumbnails are sized is that they are 10em with a base font size of 5px. If the minimum size is set to 10px, the pictures double in height and width.

It would make more sense if the base font size in your stylesheet was larger. Can you edit it? If so, try doubling the font size and halving the relative image size:

In http://languagesofourancestors.spruz.com/dhtml/corestyle/xstyle.css


/*All Cards Small*/ .SUI-UserPic.small, .SUI-ImageCard.small, .SUI-VideoCard.small { font-size: 10px;}

/* User Pics */ (4 lines down) .SUI-UserPic .SUI-CardImage { display: block; width: 5em; height: 5em; overflow: hidden; border: 1px solid #aaa; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px;} .SUI-UserPic .SUI-CardImage img { width: 5em; min-height: 5em; border: 0 none;} .SUI-UserPic .PopInfo {line-height: normal; display: none; width: 140px; position: absolute; z-index: 2; top: 4em; left: 0; margin: 0 auto;}

I think that will be more broadly compatible. There may well be some details I've missed, but hopefully this helps.

I don't know why the minimum font size wasn't applied this way in Firefox 3.6, but I suspect this is the new normal.

more options

Tried that already, It didn't work.

Thank you though

more options

Sorry that reply was meant for cor-el

more options

Thank you jscher2000. I will ask my friend if she can do what you are saying. I don't know how to do too much on the tech part of the computer...

more options

Thank you so much. It worked great. I tried it myself and it worked out good. My site is back to normal again. I was so stressed over it.

more options

I can't see the results of the change yet, myself, but I'll check again Monday.