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
Can you update the controls render in Glide.js from: control = <div data-glide-el="controls">{this.$slots.control}</div> to: control = <div data-glide-el="controls[nav]">{this.$slots.control}</div>
This would allow for an active class to be added to the controls with a slider is either at the beginning or end.
The text was updated successfully, but these errors were encountered:
Can you update the controls render in Glide.js from:
control = <div data-glide-el="controls">{this.$slots.control}</div>
to:control = <div data-glide-el="controls[nav]">{this.$slots.control}</div>
This would allow for an active class to be added to the controls with a slider is either at the beginning or end.
The text was updated successfully, but these errors were encountered: