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.

Cannoli Cake

To create a protected image, do the following:

  1. Upload the image in the exact size you intend to use it.
  2. Make sure your img has a unique idthe image-protect class, as shown below.
  3. Make sure you explicitly set the width and height 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;" />

Top of page