D
DevPunk
Guest
File XF/Service/Attachment/Preparer.php
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.
Code:
// Core thumbnails will always be the size.
// Content specific thumbs can be generated by handlers using onAttachment.
$thumbSize = $this->app->options()->attachmentThumbnailDimensions;
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.