Pages

Restrict Right Click and Dragging the Image



<div class="product-img-box" ondragstart="return false;" oncontextmenu="return false;">
        <?php echo $this->getChildHtml('media') ?>
</div>

No comments:

Post a Comment