Author: andre
Date: 2010-04-10 16:34:42 +0200 (Sat, 10 Apr 2010)
New Revision: 41830

Modified:
   openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
height off overlay to cover whole page

Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-04-10 14:16:05 UTC (rev 41829)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-04-10 14:34:42 UTC (rev 41830)
@@ -236,6 +236,7 @@
             player.origpos = $(player.div).closest('div.oiplayer-origpos');
             $('body').append('<div id="oiplayer-fullscreen"><div 
class="overlay"></div></div>');
             $('#oiplayer-fullscreen').append(player.div);
+            $('#oiplayer-fullscreen').find('div.overlay').height( 
$(document).height() );
             
             
$(player.div).find('.preview').width(player.width).height(player.height);
             
$(player.div).find('div.player').width(player.width).height(player.height);

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to