Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
osTicket v1.12.2 // osTicket-1.12.2-Awesome-101<br />
PHP 7.2.19-0ubuntu0.18.04.2 // MySQL 5.7.27 // Apache/2.4.29 (Ubuntu) web server
I've added an image to one of our FAQ's. In edit mode and in agent preview mode, the image looks perfect and fullsize. However, when viewing as a user the image has been resized smaller and can be difficult to read. Is there a way to view the fullsize image from the normal knowledgebase screen?
Agent view:

User view:

Hi @cdccomputing,
Add to following to /osta/user-styles.css:
.thread-body img {
max-width: 100% !important;
}
Excellent, thank you! Added the css change, cleared cache, and the image is now full size. Appreciate the quick response!
Chris