Files
RTG/webroot/js/image_resize.js
2026-06-19 20:08:01 +06:00

5 lines
85 B
JavaScript

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