-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Description
Environment
Vuetify Version: 3.8.0-beta.0
Vue Version: 3.5.13
Browsers: Chrome 134.0.0.0
OS: Windows 10
Steps to reproduce
Select a skeleton loader and change the height so it's bigger than the loader's default
Expected Behavior
The loader adjusts it's content (the loader itself) to match the given height
Actual Behavior
The loader adjusts it's size, but the height of the animation part stays the same (made visible in the reproduction link with borders). There is empty room or a border over/under the skeleton loader.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
#11771 (comment)
Johnleider wrote that the v3's implementation is taking another approach but either I'm blind or there is no way of changing this unwanted behaviour.
I aware that the values are configurable via sass variables but why is it not possible to override them with props? Not every usage of the image loader has the same height.