This module successfully captures the Thumbnail Image from the Wistia API, but in the last year, Wistia has changed the default for the image to have this attribute on the end ?image_crop_resized=200x120 which resizes the image to 200px wide.

Since we can't send the request without this attribute, can we change this to send with the dimensions of the full image? That would be ?image_crop_resized=1920x1080.

I couldn't find where in the code this happens.

Comments

thejimbirch created an issue.