A user seeks to disable image dragging and zooming functionality in their product catalog and collection pages.
Two solutions proposed:
Solution 1 (EBOOST):
Navigate to Online Store → Theme → Edit Code
Access Layout → theme.liquid file
Add specific code before the closing </body> tag
Includes a screenshot reference for guidance
Solution 2 (Transcy):
Go to Online Store → Themes → Actions → Edit Code
Open Sections → product-template.liquid file
Insert provided code snippet
To disable zoom: locate and comment out the zoom-related code by wrapping it in {% comment %} and {% endcomment %} liquid tags
Save and preview changes
Note: Both responses include code snippets and implementation steps, though some text appears corrupted or reversed in the original posts. The solutions involve theme customization through Shopify’s code editor.
Summarized with AI on November 18.
AI used: claude-sonnet-4-5-20250929.
Hello, I’m wondering if there’s a way to remove the ability to drag the image on catalogs and other places such as collections, etc. Additionally, I also want to remove the ability to zoom in on products in the product catalog.