Files
Learning-Hub/webroot/js/image_resize.js
2026-06-29 14:51:56 +06:00

5 lines
85 B
JavaScript

$( function() {
$( "#modal-image" ).resizable({
aspectRatio: true,
});
} );