Aug 27 2026 | By: PhotoBiz Knowledge Base
Overview
You can add a watermark to images displayed on your PhotoBiz Website by adding custom CSS and JavaScript to your Website Builder design settings. The default code uses PhotoBiz's standard copyright symbol watermark and automatically places it in the center of supported website images.
You can also replace the standard copyright symbol with your own logo or custom watermark image by uploading a PNG to your PhotoBiz account and adding its direct file URL to the code.
This guide applies specifically to images displayed on your PhotoBiz Website. Client Galleries use a separate built-in watermark setting, including an option to upload a custom PNG watermark. If you want to watermark images in Client Galleries, see How to Add a Watermark to Your Client Galleries Images.
Log in to your PhotoBiz account and click WEBSITE in the left-side menu.
This opens the Website Builder, where you can manage your website pages, navigation, and design.
Click DESIGN at the top center of the Website Builder.
This opens the design area for your website.
Click EDIT DESIGN SETTINGS to open your website's global design settings.
Click CSS/JS in the right-side panel. Add the complete watermark code to the HEAD area.
If you already have custom code in the HEAD area, keep your existing code and add the watermark code above or below it. Do not replace your existing code.
Copy the complete code below and paste it into the HEAD area under CSS/JS.
The default version uses PhotoBiz's standard copyright symbol watermark. You do not need to change anything in the code if you want to use the standard watermark.
Click SAVE CHANGES to apply the watermark code to your website.
Open your live website and review several pages that contain images. You should see the copyright symbol centered over supported website images.
The watermark is automatically added as supported images load, including images that appear after the initial page load.
You can replace the standard PhotoBiz copyright symbol with your own logo, copyright graphic, or other watermark image.
For the best appearance, use a transparent PNG with enough contrast to remain visible over both light and dark photographs.
To use your own watermark:
var watermarkURL = "/content/proofing/images/default_watermark.png";
For example:
var watermarkURL = "https://your-file-url.png";
Keep the quotation marks around your image URL and leave the rest of the line unchanged.
The code creates a visual watermark that appears over supported images displayed through the PhotoBiz Website Builder.
The watermark:
The default code limits the watermark to 38% of the available image width or 190 pixels, whichever is smaller.
No. The watermark is displayed as an overlay on your website. It does not permanently add the watermark to the image file stored in your PhotoBiz account.
Your original uploaded image remains unchanged.
This also means the watermark should be considered a visual deterrent rather than a way to permanently protect the underlying image file.
watermarkURL in the code with the direct URL for the new file.To remove the watermark, return to WEBSITE, click DESIGN, click EDIT DESIGN SETTINGS, and open CSS/JS.
Remove the complete watermark code from the HEAD area without removing any other custom code you want to keep.
Click SAVE CHANGES, then refresh your live website. The watermark should no longer appear over your website images.
The Watermark Does Not Appear
Confirm that you pasted the complete code into the HEAD area under CSS/JS and clicked SAVE CHANGES.
Refresh your live website and check a page containing supported images. If you still see the previous version of the page, try a hard refresh or clear your browser cache.
My Custom Watermark Does Not Appear
Check the watermarkURL line and confirm that you replaced only the URL between the quotation marks.
The URL must be a direct link to the image file. Open the URL in your browser to confirm that the watermark image loads by itself.
I See the Default Copyright Symbol Instead of My Custom Watermark
The default watermark URL is still being used in the code.
Find this line:
var watermarkURL = "/content/proofing/images/default_watermark.png";
Replace the URL between the quotation marks with the direct URL for your custom watermark image, then click SAVE CHANGES.
Will the Watermark Be Added to My Original Files?
No. The watermark is displayed over images on your website and does not modify the original files stored in your PhotoBiz account.
Does the Website Watermark Prevent Screenshots?
No. A watermark can discourage unauthorized image use and help identify your work, but it cannot prevent someone from taking a screenshot.
Can I Use My Photography Logo as the Watermark?
Yes. Upload your logo to the FILES section and use its direct file URL as the watermarkURL. A transparent PNG usually provides the best results.
Why Doesn't the Watermark Appear on an Image Added With Custom Code?
The watermark code is designed for supported images displayed through the PhotoBiz Website Builder. Images added through third-party widgets, embedded code, or custom HTML may not use the same PhotoBiz image elements and may not receive the watermark automatically.
Will This Add a Watermark to My Client Galleries?
No. This code applies only to supported images on your PhotoBiz Website.
Client Galleries use a separate built-in watermark setting. See How to Add a Watermark to Your Client Galleries Images for instructions.
Will Changing My Client Galleries Watermark Change My Website Watermark?
No. Website watermarks and Client Galleries watermarks are managed separately. Changing one does not change the other.
For more information about adding custom code to your website, see How to Add Custom CSS to the Website.
For information about watermarking images in Client Galleries, see How to Add a Watermark to Your Client Galleries Images.
Support Hours: Monday to Friday, 9am to 6pm EST
Phone: 866.463.7620
Support Channels: Phone, Live Chat, Support Ticket