Hello I wanted to resize my slider every time the page is loaded so I can match the proportions of the slider to that of the scale of the page in real time
You surely want to use a → PROGRESS-BAR <–, you will be able to find the mentioned element inside of your Wix-Editor…
Using this element, you will be able to show a specific running progress.
Is this what you were searching for?
https://www.wix.com/velo/reference/$w/progressbar
Thanks for the response
What I want do is more with resizing aspect of an element like, if I gave a hypothetical of a" if the Slider-element is hovered over, (Slider-element).size() == getPageSize()/3;
@beckhamhg73
Here you will find everything what you can do with a SLIDER-element…
https://www.wix.com/velo/reference/$w/slider
RESIZING an element itself, i think this is still not possible in Wix, but you can use the WISHLIST, to make a request for your wished functionality.
Not far away from this one…
https://www.wix.com/velo/requested-feature/moving-elements-on-page
Or maybe you want to use EDITOR-X for your purposes, which supports RESPONSIVE-WINDOW-MODE.
However, this perhaps still would not be what you are looking for.
Thanks
@russian-dima You may do it with Animations API as well, though it looks somehow weird…