samjonesigd / vue-image-zoomer

Image zoom component for Vue.js
https://samueljon.es/vue-image-zoomer
MIT License
108 stars 10 forks source link

Tailwindcss breaks zoom feature of VueImageZoomer (tested with Nuxt 3) #16

Closed minstn closed 2 years ago

minstn commented 2 years ago

See here https://stackblitz.com/edit/nuxt-starter-bagzmx?file=app.vue

Nuxt 3 v3.0.0-rc.11 @nuxtjs/tailwindcss v5.3.5

Zoom feature is broken, zoomed image size is incorrectly rendered..

samjonesigd commented 2 years ago

Quick fix now would be to add your own css .vh--image{max-width: none!important;}

I cant really add css for any possible framework :)

I will add this in the next update though as it will be used a lot!

minstn commented 2 years ago

Your quick fix works 👍🏼