2:
at the moment, the only way to do this is to enable the setting where you have previous and next buttons.
in: lay options -> carousel:
[image: 1768489787997-739c84ab-0336-419c-a968-7a37d6610bc1-image.png]
then, use custom css in lay options -> custom css:
/* Hide the SVG icons inside the buttons */
.lay-carousel .flickity-prev-next-button svg {
display: none !important;
}
/* Make buttons full height and 25% width */
.lay-carousel .flickity-prev-next-button {
height: 100% !important;
width: 25% !important;
top: 0 !important;
bottom: 0 !important;
transform: none !important;
background: transparent !important;
border-radius: 0 !important;
margin: 0 !important;
padding: 0 !important;
z-index: 10 !important;
}
/* Position the Left button and add custom cursor */
.lay-carousel .flickity-prev-next-button.previous {
left: 0 !important;
cursor: url('YOUR_PREV_IMAGE_URL_HERE'), auto !important;
}
/* Position the Right button and add custom cursor */
.lay-carousel .flickity-prev-next-button.next {
right: 0 !important;
cursor: url('YOUR_NEXT_IMAGE_URL_HERE'), auto !important;
}
make sure to replace these "YOUR_NEXT_IMAGE_URL_HERE" with image URLs to your cursors. they cant be bigger than 128px width and height
1.:
mh i see. i will need to work on this, not sure yet when i will try to find some time today or next week
3.:
not really possible, but if you use the fullscreen slider addon, at least you will get back to the last slide if you come back from a page