UNPKG

vue-instagram-cropper

Version:

Simple Image Cropper that works like Instagram for Vue

17 lines (15 loc) 378 B
export default { methods: { $_c_handleFullscreen() { if (this.$_c_imageIsFullyZoomedOut()) { this.$_c_aspectFill(); return; } if (this.$_c_imageIsFullyZoomedIn()) { this.$_c_aspectFit(); return; } this.$_c_aspectFill(); }, }, };