embedded picture and show at bug view page?

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
ismee
Posts: 35
Joined: 21 Mar 2010, 06:54

embedded picture and show at bug view page?

Post by ismee »

can i embedded picture at the particular bug, so people can see it clearly without clicking the attachment link and download it
atrol
Site Admin
Posts: 8578
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: embedded picture and show at bug view page?

Post by atrol »

this is possible by adding the following line to file config_inc.php (example to set limit to 1 MB)

Code: Select all

$g_preview_attachments_inline_max_size = 1048576;
Please use Search before posting and read the Manual
ismee
Posts: 35
Joined: 21 Mar 2010, 06:54

Re: embedded picture and show at bug view page?

Post by ismee »

thanks. i like it
Post Reply