How change single product page slider setting ?
On my single product page, there is a product images slider given & there is a Glide slider that is used, currently, it's scrolling horizontal side. I want to scroll it vertically with a mouse wheel scroll. I want to change in slider setting. I tried to check settings but I didn't get it. Please help to check where is Glide slider configure setting is available on the page.
I have attached a screenshot of my page code and marked it with red color to highlight the Glide slider. @rohrig & @skirianov Please check it.
4 Replies
@rohrig & @skirianov Please get look into my query asap
https://docs.storefrontui.io/v1/?path=/docs/components-molecules-gallery--common please check the docs for Gallery component
@skirianov I reviewed the document you provided but couldn't locate a vertical slide option within the glide slider. Would you be able to assist me in implementing this feature?
Thank you for your help.
hey @zaid parashift I was looking through the docs and glidejs docs (this component based on glidejs) and looks like this is a common request https://github.com/glidejs/glide/issues/197 but nobody has ever made it working out of the box in glidejs.
So, based on that your best solution would be to create your own custom component if you need vertical slider that much
GitHub
Vertical Slides? · Issue #197 · glidejs/glide
Hi, I was looking through the docs of your great library and I was wondering, if it is possible to have the slide direction on a vertical axis. I need to slide my content up and down, instead of le...