New release for Umbraco 13. This release will not work with other versions of Umbraco.
Installation
Install via NuGet - either via the .NET CLI:
dotnet add package Limbo.Umbraco.DreamBroker --version 13.0.2
or the NuGet package manager:
Install-Package Limbo.Umbraco.DreamBroker -Version 13.0.2
Changelog
- Updated the
DreamBrokerVideoDetails
class to expose aposter
thumbnail (see 21574fc)
The poster is the largest available image/thumbnail available of the video. All other thumbnails are derived from the poster. To aid the frontend in showing a thumbnail that fits the dimensions of it's parent container, it makes sense exposing the URL of the poster image as swell.