Forum

FAQ Image size smal...
 
Notifications
Clear all

FAQ Image size smaller than anticipated

2 Posts
2 Users
0 Reactions
20 Views
Posts: 4
Topic starter
(@cdccomputing)
Member
Joined: 7 years ago

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:

Agent view

 

User view:

user view


1 Reply
Posts: 1177
Admin
(@stevland)
Member
Joined: 2 months ago

Hi @cdccomputing,

Add to following to /osta/user-styles.css:

.thread-body img {
    max-width: 100% !important;
}


Reply
Posts: 4
Topic starter
(@cdccomputing)
Member
Joined: 7 years ago

Excellent, thank you!  Added the css change, cleared cache, and the image is now full size.  Appreciate the quick response!

Chris


Reply
Share: