This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

CSS tweak for image auto-sizing in ticket notes

We noticed that images linked into ticket notes (and ticket request detail) weren't scaling to fit automatically.  Since some of the images we link are rather large (photos from mobile devices, scanned documents, etc.) they can quickly overwhelm the rest of the interface.

To solve this, I added

img{max-width:100%;height:auto;}

to the beginning of the <InstallationDir>\bin\webapps\helpdesk\css\whdStyles.css file.