mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 10:49:36 +02:00
Fix zoom
This commit is contained in:
parent
3569880725
commit
b2e9e32e98
1 changed files with 1 additions and 1 deletions
|
@ -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(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue