Hi - I’m looking to see if there is some code out there or a work around for there to be more that 5 widgets in a slider in a single row? Attached is a photo of my current site, and then an example from mcgeeandco.com.
TIA!
A user working with the Prestige theme wants to display more than 5 images in a widget slider row. They’ve provided screenshots comparing their current 5-image limitation with a reference site (mcgeeandco.com) that displays more images in a single slider row.
Proposed solution includes:
{% assign max_slides = 10 %})The discussion remains open with one suggested technical approach provided, but no confirmation yet on whether the solution was implemented or successful.
Hi - I’m looking to see if there is some code out there or a work around for there to be more that 5 widgets in a slider in a single row? Attached is a photo of my current site, and then an example from mcgeeandco.com.
TIA!
Hi,
Hope this will help
Code example
{% assign max_slides = 10 %}
Update CSS to fit more images
Modify JavaScript (If required)
Take care of responsive for mobile users