Author: andre
Date: 2010-08-07 12:55:00 +0200 (Sat, 07 Aug 2010)
New Revision: 43067

Modified:
   openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
Log:
scroll to top of window when in fullscreen


Modified: openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js
===================================================================
--- openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-08-06 11:38:03 UTC (rev 43066)
+++ openimages/trunk/src/main/webapp/oiplayer/js/jquery.oiplayer.js     
2010-08-07 10:55:00 UTC (rev 43067)
@@ -231,6 +231,7 @@
             }
             
             $(player.player).width(player.width).height(player.height);
+            $(window).scrollTop(0).scrollLeft(0);
             
             // controls
             var controls_width = controlsWidth(player);

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

Reply via email to