Bug #70261
closedMedia viewhelper does not respect class for video elements
100%
Description
When using the media viewhelper the class is not set for video from youtube.
E.g.
<f:media
class="myclass"
file="{mediaElement}"
title="{mediaElement.originalResource.title}"
alt="{mediaElement.originalResource.alternative}"
width="1200c" height="450"/>
The output is <div class="video-container"><iframe src="videourl" width="1200" height="450" allowfullscreen=""></iframe></div>, without "myclass".
Updated by Gerrit Code Review about 9 years ago
- Status changed from In Progress to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43731
Updated by Gerrit Code Review about 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43731
Updated by Gerrit Code Review about 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/43731
Updated by Frans Saris about 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset e5245b9638dc7f18ccba75d050ded1fc6cba0691.