1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-05 02:39:46 +02:00
This commit is contained in:
Daniel 2021-07-01 09:29:54 -03:00
parent 3569880725
commit b2e9e32e98

View file

@ -87,7 +87,7 @@ function aVideoMeetStopRecording(dropURL) {
}
function aVideoMeetZoom(zoom) {
$('body').css({'zoom':zoom, '-moz-transform': 'scale('+zoom+')' , '-moz-transform-origin': '0 0' })
$('.new-toolbox').css({'zoom':zoom, '-moz-transform': 'scale('+zoom+')' , '-moz-transform-origin': '0 0' })
}
function fixHREF(){