Url Slider
#51992
Replies: 2 comments
-
. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, I ran into the same thing, and created a quick workaround. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any way to change the $window from the function
getUrlSlider
on Pagination?By default is
$window = $onEachSide + 4;
But to my liking on when i use only 1 in
onEachSide
it becomes weird with extra four, so this would fix my problem:$window = $onEachSide + 3
I didn't found anything related to it, so any help is appreciated
Beta Was this translation helpful? Give feedback.
All reactions