The Wistia API by default delivers a 100 x 60 pixels image as a video thumbnail, which is far too small to create any quality derivatives from. A full-size original can be fetched instead by simply dropping an argument from the source image URL. Patch to follow.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | media_wistia-hires-thumbnails-1578036-1.patch | 960 bytes | traviscarden |
Comments
Comment #1
traviscarden commentedComment #2
EvanDonovan commentedLooks good at visual inspection, not sure if the extra line is needed, but I wouldn't block on account of that.
Comment #3
traviscarden commentedThe blank line? I did that to avoid the confusion as to which lines the comment refers to. If there's an established convention for that, I'd gladly hear it.
Comment #4
traviscarden commentedCommitted. Thanks.
Comment #6
drupalthemernet commentedHello,
I was trying to solve the quality of thumbs too, but it was Drupal 7 version of this module.
Here is my approach to make a better quality for thumbs, changed some lines of code in MediaWistiaStreamWrapper.inc file, from line 45:
Full-size original image is now in 640x360 dimensions. You can change this value to make it bigger of smaller.
Hope it helps.
Regards,