Files
Darrel Israel 61738cb4d4 first commit
2024-01-21 00:16:08 +08:00

6 lines
105 B
JavaScript

(function($) {
'use strict';
$('#cropperExample').cropper({
aspectRatio: 16 / 9
});
})(jQuery);