[RSS Feed/News] onAttachment not found

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
File XF/Service/Attachment/Preparer.php

Code:

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.
Read more about this Feed . . .
 
Status
Not open for further replies.
Back
Top Bottom