scholarslab / NeatlineTime

http://neatline.org/
Apache License 2.0
16 stars 11 forks source link

Show bigger images and other media in bubbles #60

Open jeremyboggs opened 9 years ago

jeremyboggs commented 9 years ago

The item bubble only shows a really small square thumbnail for items. Consider showign a bigger version of files, including playable audio and video.

erochest commented 8 years ago

The problems with making this bigger suggest perhaps having the bubble cover the timeline completely.

For this, we'll need to do some testing and experimentation with different modals and transition effects.

Do we want to make this configurable since it's a major change? If so, we'll also need:

csbailey5t commented 8 years ago

If we switch to timeline.js, part of this issue is mitigated. Thumbnails will appear, but are reasonably sized. At the moment, though, there are limitations:

Timeline.js does have a lot of rich media capabilities, but mostly by way of pulling in video/audio/images from other services (i.e., Youtube, Vimeo, flickr, etc...). If we wish to utilize that, we would need to build in a way to attach urls for such to the record, and pass that data into the json file for the record that timeline.js consumes.

jeremyboggs commented 8 years ago

@csbailey5t Part of this issue originally was, in the HTML generated for the bubble content, I only used the Omeka helper for a square thumbnail (item_square_thumbnail() I think). We could easily just use other helpers, depending on the requirements and affordances of Timeline.js.