1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-06 03:50:04 +02:00

Fix croppie

This commit is contained in:
Daniel 2022-03-04 11:56:06 -03:00
parent a8e88f1f65
commit 32e12bd1c0

View file

@ -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);
}