- Issue created by @camilo.escobar
- Merge request !29Issue #3444233. Extend the Thumbnail field formatter configuration to include the video title → (Open) created by camilo.escobar
- Status changed to Needs review
7 months ago 9:38pm 29 April 2024
I'm proposing to extend the "Thumbnail" formatter's configuration to add an "Include title" checkbox option, for cases where we want to display the video's title alongside the thumbnail, similar to the image below.
Discuss solution here.
renderThumbnail()
function now has an optional third parameter ($display_video_title
):
public function renderThumbnail($image_style, $link_url, $display_video_title = FALSE) { ... }
None
Needs review
2.5
Video Embed Field (base module)