embedded picture and show at bug view page?
Moderators: Developer, Contributor
embedded picture and show at bug view page?
can i embedded picture at the particular bug, so people can see it clearly without clicking the attachment link and download it
Re: embedded picture and show at bug view page?
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;Re: embedded picture and show at bug view page?
thanks. i like it