Media and Images
You can customize media or images in your skin by uploading them into the img folder for the skin.
About this task
Modifying images and media files within the skin allows you to add custom logos, background images, and to include other media elements. The most common modification may be to add new images to the skin, which you can reference in CSS or XHTML templates.
Procedure
- Add the new or modified image or media file to ContentDelivery_home/db/LiveContent/ui/skins/<your skin>/img.
- Upload the new skin customization into the database.
- You can upload the resources using the web UI, as described by Adding a Skin and Resources.
- You can also update the skins via the command line using the loaddb tool. Copy the updated skin resources from the source code repository to ContentDelivery_home/db/LiveContent/ui/skins/<your_skin>/.
- On Windows, to load the most recent changes into the database run this command:
loaddb.bat UPGRADE
- On Linux, run this command:
loaddb.sh UPGRADE
- On Windows, to load the most recent changes into the database run this command: