Aug 28 2026 | By: PhotoBiz Knowledge Base
Overview
You can add a watermark to supported images displayed on your PhotoBiz Website by adding custom code to your Website Builder design settings. The default code uses PhotoBiz's standard copyright symbol watermark and 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. Paste the complete watermark code into the BODY area.
Because this code contains JavaScript as well as CSS, it must be added to the BODY area for the watermark to work correctly.
If you already have custom code in the BODY area, keep your existing code and add the watermark code above or below it. Do not replace code that is already there.
Copy the complete code below and paste it into the BODY area under CSS/JS.
The default code uses PhotoBiz's standard copyright symbol watermark. If you want to use the standard watermark, you do not need to change anything in the code.
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 applied automatically as supported images load, including images that appear after the initial page load.
When the watermark code is active, visitors will see the watermark displayed in the center of supported images on your PhotoBiz Website.
The default code uses PhotoBiz's standard copyright symbol watermark. The watermark automatically scales to fit the image and uses partial transparency so your photograph remains visible underneath it.
The watermark appears as an overlay on the website. It does not permanently change or add the watermark to the original image file stored in your PhotoBiz account.
You can replace the standard PhotoBiz copyright symbol with your own logo, copyright graphic, or custom watermark image.
For the best appearance, use a transparent PNG so your watermark displays cleanly over your 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 the 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 is not permanently added to the original image file stored in your PhotoBiz account.
Your original uploaded image remains unchanged.
Because the watermark is displayed as an overlay, it should be used as a visual deterrent rather than permanent protection for the original image file.
Website watermarks and Client Galleries watermarks are separate features in PhotoBiz.
The custom code in this guide applies only to supported images displayed on your PhotoBiz Website.
Client Galleries have their own built-in watermark controls. In Client Galleries, you can:
Changes you make to the Website watermark code do not affect watermark settings in Client Galleries. Changes to Client Galleries watermark settings do not affect images on your Website.
For Client Galleries instructions, see How to Add a Watermark to Your Client Galleries Images.
watermarkURL in the code with the direct URL for the new file.To remove the watermark from your PhotoBiz Website, return to WEBSITE, click DESIGN, click EDIT DESIGN SETTINGS, and open CSS/JS.
Locate the watermark code in the BODY area and remove the complete snippet 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.
Removing this code does not affect any watermark settings you have configured separately in Client Galleries.
The Watermark Does Not Appear
Confirm that you pasted the complete code into the BODY 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.
I Added the Code to the HEAD Area and the Watermark Is Not Working
Move the complete watermark code to the BODY area under CSS/JS.
This code contains JavaScript and should be placed in the BODY area for the watermark to work correctly. Click SAVE CHANGES after moving the code, then refresh your live website.
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