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 have a container in a fixed position that contains a vue-glide component, I then have a container which overlays and scrolls above that component that also includes a vue-glide component.
Upon window resize, the vue glide component in the fixed container continuously gets larger, even when the window gets smaller.
The vue glide component in the non-fixed container does not do this.
I dont expect my users to increase screen size mid-use, is there a way to disable resizing of the vue glide component upon window resize to prevent this?
The text was updated successfully, but these errors were encountered:
Pickeringwareltd
changed the title
Prevent ul component from resizing on window resize
Prevent ul 'glide__slides' element from resizing on window resize
May 22, 2019
For anyone who has a similar issue, even though it is admittedly a hack, I found that adding the carousel into a container with either fixed or absolute positioning prevented the bug from happening and allows the carousel to resize appropriately.
I have a container in a fixed position that contains a vue-glide component, I then have a container which overlays and scrolls above that component that also includes a vue-glide component.
Upon window resize, the vue glide component in the fixed container continuously gets larger, even when the window gets smaller.
The vue glide component in the non-fixed container does not do this.
I dont expect my users to increase screen size mid-use, is there a way to disable resizing of the vue glide component upon window resize to prevent this?
The text was updated successfully, but these errors were encountered: