customize slideshow section

i have one section which is slideshow section, in which there’s a option to upload images for mobile & desktop devices , but there’s not a option to upload video for for mobile & desktop separately, it only gives option to upload one video. Can you customize it so that there could be option to upload video also for mobile & desktop devices separately?

Hi,

need to modify the section’s Liquid code and schema configuration in your theme

Video upload section code example

{
  "name": "Desktop Video",
  "id": "desktop_video",
  "type": "video",
  "label": "Upload Desktop Video"
},
{
  "name": "Mobile Video",
  "id": "mobile_video",
  "type": "video",
  "label": "Upload Mobile Video"
}

I am using shopify dawn theme. I want each variant to appear separately on the collection page, and when I open any one of them, all the other variants should also be displayed together on the product page.

My website - https://mansaroverfurnishings.com/

I want all the variants to be appear seperately also on collection page.