6 lines
105 B
JavaScript
Raw Normal View History

2024-07-12 12:51:02 +05:45
(function($) {
'use strict';
$('#cropperExample').cropper({
aspectRatio: 16 / 9
});
})(jQuery);