Actions
Feature #67455
closedVideo Content Element (mediace) needs a poster image.
Status:
Closed
Priority:
Should have
Assignee:
Category:
Content Rendering
Target version:
Start date:
2015-06-15
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
easy
Sprint Focus:
Remote Sprint
Description
The HTML5 Video Tag has the possibility to add a poster image:
<video poster="star.png" ...
This should be an option in the TCA. There are alreay a lot of options available, but poster seems to be missing. I would propose the following scenario:
- If in the TCA a poster image is provided, take that. If not, check 2.
- If there is an image with the name as the videofile in the same folder, take that as the poster image (e.g. poster_videofilename.mp4 / poster_videofilename.jpg). This would be mass editing really easy.
- If there are no poster images at all, do not include the poster="" option in the video tag, just leave it out. The browser will take the first frame of the video automatically.
Updated by Benni Mack over 9 years ago
- Target version changed from 7.3 (Packages) to 7.4 (Backend)
Updated by Michael Blunck over 9 years ago
- Status changed from New to In Progress
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Anja Leichsenring over 9 years ago
- Sprint Focus changed from On Location Sprint to Remote Sprint
Updated by Riccardo De Contardi over 9 years ago
- Status changed from In Progress to Closed
Actions