ngokevin / sriracha

Image albums and gallery with local filesystem, imgur, and flickr support.
http://sriracha.ngokevin.com
0 stars 3 forks source link

Store and display more info about each photo #5

Open uberj opened 11 years ago

uberj commented 11 years ago

It would be nice if we could show the title of the image on the image itself. Other meta data about the image could also be shown.

One way this could be done is to wrap the image in a div tag along with something like a span, then style the span to hover above the image in the lower right corner or something.

<div class='container'>
   <img width='100%' height='100%'>...</img>
   <span class='description'>I'm a title</span>
</div>
ngokevin commented 11 years ago

Good idea. I'm instead imagining a fixed bottom black bar that contains the data, that's out of the way of the image and no need to hover. Super easy to style.

Something like: [Image name] [Other metadata (EXIF)] [View album] [View full image]