Re: [1.1.3] inline images with full size
Reply #1 –
This is another bug ... and maybe an inconsistency.
open ila.integrate.php (sources/subs) and comment out line 399 which says
$num .= !empty($modSettings['attachmentThumbnails']) ? ';thumb' : '';
I think the original ILA would show thumbnails for plain [attach]...[/attach] tags. Now to get a thumbnail you have to specify [attach type=thumb]...[/attach] or maybe it was always that way, its been so long I can't remember
The other bug/problem was that it was still showing the "normal" below the post thumbnail (when using just the plain attach tag), commenting out the above line fixes both issues.