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.
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.