This object is in archive! 

Is it possible to resize automatically too big image attached to a query?

Archived Michal Stupka 5 years ago

Hi,

our helpdesk deals with mobile app problems and our users often send their screenshots in their original size. With most of recent mobile screens with ultra high resolution the images inserted directly into the query are huge - covering whole PC monitor:

a2404b3fd7b8f293730224678fe8a88eIs it possible to set automatic resizing of such big images or, even better, converting them to some smaller previews that can be unfolded to full size after clicking them?

Replies (1)

photo
1

Hello,

You can change the image styling in agent interface by pasting the following code snippet in Manage - External Scripts - Backend Script:

<style>
    .content-object-full img, .comment-content-text img {
        max-width: 500px !important;
    }
</style></pre>Let us know if it works for you. 


Regards, Liza

Replies have been locked on this page!