[Solved] resizing image in <q-select>
-
Hello together,
is it possible to resize the image in an select list? I´ve tried all possible css classes but nothing worked nor image nor avatar…Thanks in advance!
Mike. -
Addition:
It´s about the scoped style in a component. -
I think that you have to set your css out of scoped style, because qselect is component itself so scoped css won’t be applied.
-
Dude! You made my day! Thank you very much - it´s working.
-
You are welcome, glad to help
Keep in mind that if you set your css out of scope it will be applied in other components allso. -
I do it in the scope and add classname for this in qselect