Skip to content

Releases: teamnovu/vue-cloudinary-image

Fix Chrome bug for warped images

09 Feb 12:41
Compare
Choose a tag to compare

Unfortunately, objectFit on getComputedStyle of an element is not available for an unknown time in chrome.

This release implements a workaround to wait for the objectFit to be available.