Change thumbnail size in timline embdly

I am adding post to timeline of group with link attachment and this adds card with the some text and thmbnail. the thumbnail is resized to 100*100 and i want to change it becouse the image are pixelized and blury. how can i change it?

  • 480
  • More
Replies (1)
    • Hello Hodor Hodor !

      The sizes of the timeline's thumbnails can be changed via `sys_transcoder_filters` table records edit:

      UPDATE `bx_timeline_photos_preview` SET `filter_params`='a:3:{s:1:"w";s:3:"[new size in 100-999]";s:1:"h";s:3:"[new size in 100-999]";s:13:"square_resize";s:1:"1";}' WHERE `transcoder_object`='bx_timeline_photos_preview' LIMIT 1;

      Then as usual - clear all caches.

      Login or Join to comment.