Actions
Bug #85176
closedVimeo cannot fetch preview images in higher quality
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
File Abstraction Layer (FAL)
Target version:
-
Start date:
2018-06-07
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
On Location Sprint
Description
Unlike Youtube, where we used fallbacks to get higher image quality previews (see here https://review.typo3.org/#/c/48974/), Vimeo spits out really bad quality images.
Vimeo's Oembed API allows to get higher preview images when adding a "&width=..." to the oembed URL
https://developer.vimeo.com/apis/oembed
https://vimeo.com/api/oembed.json?width=2048&url=https%3A//vimeo.com/76979871
This way, a larger image could fetched.
Actions