Index: trunk/extensions/TimedMediaHandler/MwEmbedModules/EmbedPlayer/resources/skins/kskin/PlayerSkinKskin.css |
— | — | @@ -386,7 +386,7 @@ |
387 | 387 | .k-player .volume-slider .ui-slider-range { |
388 | 388 | -moz-border-radius: 0 0 0 0; |
389 | 389 | background: url("images/ksprite.png") repeat-x scroll -66px -306px |
390 | | - transparent; |
| 390 | + transparent !important; |
391 | 391 | height: 17px; |
392 | 392 | position: absolute; |
393 | 393 | } |
Index: trunk/extensions/TimedMediaHandler/resources/mw.PopUpThumbVideo.js |
— | — | @@ -9,8 +9,8 @@ |
10 | 10 | $( this ).find('a').click( function(){ |
11 | 11 | var $video = $( unescape( $(_parent).attr('data-videopayload') ) ); |
12 | 12 | mw.addDialog( { |
13 | | - 'width' : parseInt( $video.css('width') ) + 20, |
14 | | - 'height' : parseInt( $video.css('height') ) + 45, |
| 13 | + 'width' : 'auto', |
| 14 | + 'height' : 'auto', |
15 | 15 | 'title' : $video.attr('data-mwtitle'), |
16 | 16 | 'content' : $video, |
17 | 17 | 'close' : function(){ |