Attachments small...

Laurentius

Active member
Hello,
The attachments on my forum is showing up too small for some reason and I can't solve it. The attachment size is set to 150x150 px in options

attachmentssmall.webp

Here is an image showing what I mean :)

Thanks
 
Your page source contains this:

Code:
data-thumb-height="18.75"

Which is generated by code in this template:

Admin CP -> Appearance -> Templates -> attached_files

Code:
data-thumb-height="{xen:calc '{$xenOptions.attachmentThumbnailDimensions} / 2'}"

Looking at this it appears that your Attachment Thumbnail Dimensions setting is 37.5. Please double check that setting. And revert the attached_files template if it is customized.

Also, have you defined a cache in your library/config.php file? If a cache is defined and it is failing to update for some reason then that can result in changes to the options not taking effect.
 
Top Bottom