Main Content
Using WC Images
Protecting Images with Copyrights
If you have an image with a copyright and you would like to prevent downloading the image on right-click, you can use WC Images.

To create a protected image, do the following:
- Upload the image in the exact size you intend to use it.
- Make sure your
img
has a uniqueid
theimage-protect
class, as shown below. - Make sure you explicitly set the
width
andheight
properties to the exact size of the image, as shown below.
<img id="example01" alt="Example Image" class="image-protect" src="image URL here" style="width: 600px; height: 450px;" />