Tarea #976 -> Visualización de las dedicatorias enviadas por email a pantalla completa
Rectificación para que se vea los controles del reproductor cuando está a pantalla completa. git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@82 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
057bb977bb
commit
cde051fb78
@ -27,7 +27,6 @@ function calc_video_height() {
|
|||||||
if (jQuery('#the_slider').hasClass('fullscreen_div')) {
|
if (jQuery('#the_slider').hasClass('fullscreen_div')) {
|
||||||
jQuery('#componentWrapper').css('height', '100%').css('height', '-=115px');
|
jQuery('#componentWrapper').css('height', '100%').css('height', '-=115px');
|
||||||
} else {
|
} else {
|
||||||
console.log(jQuery('#componentWrapper').css('height'));
|
|
||||||
if (jQuery('#componentWrapper').css('height') != '500px') {
|
if (jQuery('#componentWrapper').css('height') != '500px') {
|
||||||
jQuery('#componentWrapper').css('height', '500px');
|
jQuery('#componentWrapper').css('height', '500px');
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user