Custom CSS and the Other Lightbox
beardedgit
Registered Users Posts: 854 Major grins
I've got various bits of custom CSS applied to the Gallery Lightbox. Is there a way to customise the Organizer Lightbox so that it looks and acts the same as the custom Gallery Lightbox?
Yippee ki-yay, footer-muckers!
0
Comments
My Website index | My Blog
SmugMug Support Hero
help.smugmug.com
https://chrome.google.com/webstore/detail/stylish/fjnbnpbmkenffdnngjfgmeleoegfcffe
Once installed, add a new style:
Be sure to change the drop down at the bottom to "URLs starting with" and then enter your website's URL (e.g. http://www.sherlockphotography.org/). You might even want to add "organize" to the end of the URL so that it is only applied when you're in the organiser (i.e. http://www.sherlockphotography.org/organize ).
Various class names are different in the organiser, so you'll need to adapt your code a little. Notably, the .sm-user-ui class isn't present anywhere, so you would need to replace that with something like .sm-nui instead.
Please check out my gallery of customisations for the New SmugMug, more to come!
Gallery Lightbox:
Organizer Lightbox:
Anyway, as mrneutron says, it can't be changed, so it matters not.
https://addons.mozilla.org/en-US/firefox/addon/stylish/
Please check out my gallery of customisations for the New SmugMug, more to come!
Not with CSS, as it's hard-coded to always load Ti-size images (100 pixel) on regular displays.
You could probably do it with a JavaScript hack and inject it with Tampermonkey or Greasemonkey, but writing it would be more trouble than it's worth.
Please check out my gallery of customisations for the New SmugMug, more to come!