Firefox gallery view freaks out
GemGem
Registered Users Posts: 355 Major grins
Hi!
I can view my gallery fine in Safari but in firefox the thumbnails appear on the left side, then the bigger
picture below the thumbnails.. can someone assist me with this.. pretty please.
http://anagiltaylorphotography.smugmug.com
Thanks!
GG
I can view my gallery fine in Safari but in firefox the thumbnails appear on the left side, then the bigger
picture below the thumbnails.. can someone assist me with this.. pretty please.
http://anagiltaylorphotography.smugmug.com
Thanks!
GG
0
Comments
Portfolio • Workshops • Facebook • Twitter
Have your wizards considered looking into how to prevent this problem even when zoom is set to something other than 100%?
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Hi Andy, Pardon my ignorance, but where is that?
Portfolio • Workshops • Facebook • Twitter
I can dig in to FIrefox to see if they provide a type of listener or anything - but this is a fairly low priority.
This shouldn't be a low priority.
I just figured out, after about 10 hours of sheer frustration, that the source of my ills was Firefox zoom management. I searched dgrin, I searched the web, and I typed in miles of tentative code before I figured out that one stupid option on a sub-menu on a specific browser was left unchecked. Only now that I know that, is it easy to search and confirm my diagnosis.
Smugmug's whole philosophy of customization is based on the Firefox WebDeveloper add-on. In my personal world, Mac and Windows folks alike use Firefox primarily. In other words, Firefox is currently a, if not the, major browser. And, despite all its smugness, Smugmug code doesn't really play very well with Firefox.
"Stretchy" looks absolutely crappy if its display is corrupted by something so silly as a browser preference set at something other than Smugmug's ideal. I would be embarrassed to send a client to my site and have her see nothing but a half page of thumbnails. I also would not expect her to spend the 10 hours I did trying to figure out why the display was so crappy. I would also not expect her to even click on an "easy instructions for making your browser work here" link. I frequent lots and lots of photo sites. Never once have I had to "reset" my browser to view them, until I met Smugmug.
The bottom line is: Smugmug (at least in "Stretchy" mode) is not fully compatible with Firefox.
The question is: Why is that not a priority to fix?
I agree with alacranera that it's a pretty horrid user experience and it is completely out of our control. I'm surprised that you all aren't more concerned that a population of viewers are having a crummy Smugmug viewing experience. Besides reflecting poorly on our sites when it happens, it certainly doesn't look good for Smugmug either.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Have you tried Dgrin, or Dpreview, or other sites with the same type of zooming in Firefox? It's ugly
Portfolio • Workshops • Facebook • Twitter
dpreview is busted with zooming and that's because it's a really bad design in that regard - always has been. The issue with dpreview is that they have a hard-coded design that assumes they know the max width of certain text elements (in pixels). That is poor HTML design, not the fault of a browser.
Anyway, regardless of who's fault it is, you have a site design that looks horrible in some percentage of viewers using a browser that you support. I know you could detect this condition with javascript, thus I imagine there is at least some work-around you could provide. It would also be possible to change the way the page is laid out so the image couldn't jump down below ever. This might cause a horizontal scroll bar to appear if the image didn't fit by a few pixels (which would be fine). I'm not half the web developer that {JT} is, but I'm sure there are things you could do to address this issue if you really wanted to.
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Portfolio • Workshops • Facebook • Twitter
Homepage • Popular
JFriend's javascript customizations • Secrets for getting fast answers on Dgrin
Always include a link to your site when posting a question