diff options
author | shadlaws <shad@shadlaws.com> | 2012-12-30 10:03:36 +0100 |
---|---|---|
committer | shadlaws <shad@shadlaws.com> | 2012-12-30 10:03:36 +0100 |
commit | 8300c867a1eb2a709aa0a0c019dfa47a670024dc (patch) | |
tree | 54d7d80615011246ed0cdf78ba471ca585b4329c /modules/gallery/css | |
parent | 7777baa156c2fbc65ca93b9533212ef22ed90105 (diff) |
#1931, #1932, #1933, #1934 - movieplayer view and movie_img function in items model
Many changes to movieplayer view and movie_img function in items model:
- include control bar height when dimensioning movie player
- provide a default "guess" at height and width when they are set as zero in items table
- resize movie player once the video is loaded based on its actual metadata
- add get_movie_img event to provide flexibility for altering/replacing the default Flowplayer v3
--HG--
extra : rebase_source : 5d1e9bb66ebf3e3fed5e1b9ee63790a204f21450
Diffstat (limited to 'modules/gallery/css')
-rw-r--r-- | modules/gallery/css/gallery.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/gallery/css/gallery.css b/modules/gallery/css/gallery.css index 9d773699..7e711156 100644 --- a/modules/gallery/css/gallery.css +++ b/modules/gallery/css/gallery.css @@ -143,6 +143,12 @@ width: 1%; } +/* Unsupported movie download link ~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +.g-movie-download-link { + text-align: center; +} + /** ******************************************************************* * 2) Admin **********************************************************************/ |