You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do not understand what to do in order to properly display an image without css hacks. The same behaviour applies to v-img.
This behaviour was introduced when updating from vuetify v3.5.1 to v3.5.3.
This might also be the reason for this bug (???): #18772
Environment
Vuetify Version: 3.5.3
Last working version: 3.5.1
Vue Version: 3.4.16
Browsers: Chrome 121.0.0.0
OS: Linux x86_64
Steps to reproduce
Cannot display image without
display: block !important;
I do not understand what to do in order to properly display an image without css hacks. The same behaviour applies to
v-img
.This behaviour was introduced when updating from vuetify
v3.5.1
tov3.5.3
.This might also be the reason for this bug (???): #18772
Related: #15678
Any help/advice?
As of discords advice
Vue 3.4.16 is broken, use 3.4.15
, I downgraded the vue version without success. The behaviour is the same.Expected Behavior
Should properly display the image
Actual Behavior
Does not display the image due to a
display:none
mysteriously appliedReproduction Link
IT4Change/boilerplate-frontend#75
The text was updated successfully, but these errors were encountered: