Skip to main content
NiCE KnowledgeKnowledge
NiCE Knowledge Success Center

Set a max width for PDF images

Applies to:
All versions
Role required:
Admin
Add custom CSS code to set the maximum width of PDF images, and brand the look and feel of your PDFs.

To set a max width for your PDF images, add the following CSS code to Site tools > Control panel > Branding > Custom PDF CSS:

img[style], img {max-width: 100%;}

As you customize your CSS, periodically create a PDF from an article to check the output and ensure it is formatted the way you want it to look.

  • Was this article helpful?