Why can't I get exif info on an image from a browser when using a phone?
Please don't tell me to use the Smug app.
Android 5.0
Here's some CSS you can add to your galleries that will let you see your photo info on phones when you're logged in:
@media only screen and (max-width: 670px) {
.sm-user-loggedin.sm-user-owner .sm-lightbox .sm-button-image-info {
display:inline-block!important;
}
}
I only show it when logged in because it isn't perfect, at least on my phone. The info panel opens partially off the screen, but it can be dragged around.
It is also available in the SmugMug app on Android (not yet in the iOS app). May I ask what's wrong with the SmugMug app for Android that you don't want that to be an option?
It is also available in the SmugMug app on Android (not yet in the iOS app). May I ask what's wrong with the SmugMug app for Android that you don't want that to be an option?
The smug app wants to download a whole bunch of pics to the device (or at least it did the last time I tried it).
@Dave: that works if your smug package allows you to modify the css. Mine does not.
We're investigating if we can add the Photo Info button back on to the Mobile Web (safari, chrome, etc).
The app does maintain a small cache of your photos, so they load instantly if you pull up the app again, but you can dump the cache very easily. It will also download any photo/gallery you tell it to "keep offline". You can delete those very easily as well.
Long story short: it should not be excessively taking up space on your phone unless you ask it to.
Comments
SmugMug Support Hero
Here's some CSS you can add to your galleries that will let you see your photo info on phones when you're logged in:
@media only screen and (max-width: 670px) {
.sm-user-loggedin.sm-user-owner .sm-lightbox .sm-button-image-info {
display:inline-block!important;
}
}
I only show it when logged in because it isn't perfect, at least on my phone. The info panel opens partially off the screen, but it can be dragged around.
Dave
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
@Dave: that works if your smug package allows you to modify the css. Mine does not.
Bugs
Spiders
Flowers
The app does maintain a small cache of your photos, so they load instantly if you pull up the app again, but you can dump the cache very easily. It will also download any photo/gallery you tell it to "keep offline". You can delete those very easily as well.
Long story short: it should not be excessively taking up space on your phone unless you ask it to.
Former SmugMug Product Team
aaron AT aaronmphotography DOT com
Website: http://www.aaronmphotography.com
My SmugMug CSS Customizations website: http://www.aaronmphotography.com/Customizations
Bugs
Spiders
Flowers