DevPunk
Guest
Member
File XF/Service/Attachment/Preparer.php
Code:
Code:
I cannot find this in the AbstractHandler
In general, there is not even "onAttachment" in the entire XF code.
I would like to change the ThumbSize for my content.
Continue reading...
Continue reading...
Code:
Code:
Code:
// Core thumbnails will always be the size.
// Content specific thumbs can be generated by handlers using onAttachment.
$thumbSize = $this->app->options()->attachmentThumbnailDimensions;
In general, there is not even "onAttachment" in the entire XF code.
I would like to change the ThumbSize for my content.
Continue reading...
Continue reading...