mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-06 03:50:04 +02:00
Fix croppie
This commit is contained in:
parent
a8e88f1f65
commit
32e12bd1c0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ $croppieFilesAdded = 1;
|
|||
viewportHeight = parseInt(viewportHeight * factor);
|
||||
boundaryWidth = viewportWidth;
|
||||
boundaryHeight = viewportHeight;
|
||||
console.log('createCroppie make size smaller ', viewportWidth, viewportHeight, boundaryWidth, boundaryHeight);
|
||||
console.log('createCroppie make size smaller ', parentWidth, viewportWidth, viewportHeight, boundaryWidth, boundaryHeight);
|
||||
}else{
|
||||
console.log('createCroppie ', viewportWidth, viewportHeight, boundaryWidth, boundaryHeight);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue