is there a way to have FullWidthPlugin work nicely with both arrow or dots?
Dragging each slide works great with the FullWidthPlugin. I love this! But once we use Arrows or Dots to navigate the slides do not scroll as expected, respecting the containers width. This is especially noticeable with type slide:
DotsPlugin({
type: 'slide'
}),
Expected: clicking the right arrow advances by one slide width.
When I click the right arrow I would expect it to slide just one slide but it slides the first slide all the way off the screeen - not just one slide's width to the left.
You can see the issue somewhat here https://evermade.github.io/overflow-slider "Display dots indicator (by view) and FullWidthPlugin."
I should also note that I am really impressed by this plugin. Currently intgrating it into the a WordPress block theme.
is there a way to have FullWidthPlugin work nicely with both arrow or dots?
Dragging each slide works great with the FullWidthPlugin. I love this! But once we use Arrows or Dots to navigate the slides do not scroll as expected, respecting the containers width. This is especially noticeable with type slide:
Expected: clicking the right arrow advances by one slide width.
When I click the right arrow I would expect it to slide just one slide but it slides the first slide all the way off the screeen - not just one slide's width to the left.
You can see the issue somewhat here https://evermade.github.io/overflow-slider "Display dots indicator (by view) and FullWidthPlugin."
I should also note that I am really impressed by this plugin. Currently intgrating it into the a WordPress block theme.