Shopify themes, liquid, logos, and UX
Hello,
Is there a way to make it so you can't drag the images onto desktop for the catalog/view all ?
https://artfinia.com/collections/all
Use this code
<!-- Add this at the end of the <body> section, just before the closing </body> tag -->
<script>
// Disable image dragging on the entire document
document.addEventListener("dragstart", function(event) {
event.preventDefault();
});
// Disable right-click on images (optional)
document.addEventListener("contextmenu", function(event) {
if (event.target.tagName === "IMG") {
event.preventDefault();
}
});
</script>
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024