initial commit
This commit is contained in:
5
webroot/js/image_resize.js
Normal file
5
webroot/js/image_resize.js
Normal file
@@ -0,0 +1,5 @@
|
||||
$( function() {
|
||||
$( "#modal-image" ).resizable({
|
||||
aspectRatio: true,
|
||||
});
|
||||
} );
|
||||
Reference in New Issue
Block a user