statiqdev / Statiq.Web

Statiq Web is a flexible static site generator written in .NET.
https://statiq.dev/web
Other
1.64k stars 235 forks source link

Add support for maxwidth and maxheight oEmbed request parameters to shortcode #943

Closed daveaglick closed 3 years ago

daveaglick commented 3 years ago

See https://oembed.com/ - maxwidth and maxheight are optional oEmbed request parameters that should be supported by most oEmbed providers. They should be added to the base EmbedShortcode so they can be specified for any oEmbed provider.

daveaglick commented 3 years ago

This is done and will ship with the next release, cc @crapitan