Archived topic
Columns to carousel on mobile?
3 replies · Started by Nicholas on February 17, 2022
Is there anything natively in GP or GB that would let me display three columns when the screen is wide enough, but merge the columns into a carousel when it's not? I'd like to recreate something similar to how the videos are displayed on the linked site below. Please take a look from normal desktop and mobile view if possible, thanks!
I'm not looking to actually embed the videos, just do something similar with columns & slides. I'll probably do something similar by querying and storing the meta data locally for faster page speeds.
Hi Nicholas,
Unfortuanly neither GP or GB has this built-in function.
It will require some custom development or maybe a plugin.
This is something I found helpful, you might get some inspiration of this: https://www.w3schools.com/howto/howto_js_slideshow_gallery.asp
Thanks
No problem :)