Hey,
I am using Section Store (a custom app) to build a simple lookbook page for my website.
However, the major problem that I am facing is that when we click on any of the images, it does not enlarge them but moves us to the starting of the page?
Could someone please help me in ensuring that images enlarge in a new lightbox when clicked?
This is the code of the page and the section:
/*
* ------------------------------------------------------------
* IMPORTANT: The contents of this file are auto-generated.
*
* This file may be updated by the Shopify admin theme editor
* or related systems. Please exercise caution as any changes
* made to this file may be overwritten.
* ------------------------------------------------------------
*/
{
"sections": {
"main": {
"type": "main-page",
"settings": {
"padding_top": 28,
"padding_bottom": 28
}
},
"ss_gallery_1_QM4JPQ": {
"type": "ss-gallery-1",
"blocks": {
"image_DcYMeD": {
"type": "image",
"settings": {
"gallery_photo": "shopify:\/\/shop_images\/lookbook_2.png",
"gallery_url": ""
}
},
"image_Ppq48D": {
"type": "image",
"settings": {
"gallery_photo": "shopify:\/\/shop_images\/lookbook_3.png",
"gallery_url": ""
}
},
"image_7dQkeK": {
"type": "image",
"settings": {
"gallery_photo": "shopify:\/\/shop_images\/lookbook_4.png",
"gallery_url": ""
}
}
},
"block_order": [
"image_DcYMeD",
"image_Ppq48D",
"image_7dQkeK"
],
"custom_css": [
".h3 {font-family: \"Cinzel-SBlookbook\";}"
],
"settings": {
"show_all_mobile": true,
"gallery_title": "Disaster Collection",
"gallery_title_font_size": 20,
"gallery_insta_title": "16 July 2024",
"gallery_insta_url": "",
"gallery_image": "shopify:\/\/shop_images\/lookbook_1.png",
"gallery_url": "",
"section_bg_color": "#ffffff",
"type_header_font": "roboto_n4",
"type_insta_font": "roboto_n4",
"padding_top": 8,
"padding_bottom": 36,
"section-width": 120
}
}
},
"order": [
"main",
"ss_gallery_1_QM4JPQ"
]
}
Here is the URL of the Website: https://www.discoverrevery.com/
And the password is opresu.
Thank you!
