An open API service indexing awesome lists of open source software.

https://github.com/bootscore/bs-gutenberg-responsive-video

This plugin stretches the default Gutenberg video block to the entire width of the container in bootScore.
https://github.com/bootscore/bs-gutenberg-responsive-video

Last synced: about 1 year ago
JSON representation

This plugin stretches the default Gutenberg video block to the entire width of the container in bootScore.

Awesome Lists containing this project

README

          

=== bS Gutenberg Responsive Video ===

Contributors: The bootScore Contributors

Requires at least: 4.5
Tested up to: 5.8.1
Requires PHP: 5.6
Stable tag: 5.0.0.1
License: MIT License
License URI: https://github.com/bootscore/bs-gutenberg-responsive-video/blob/main/LICENSE

This plugin stretches the default Gutenberg video block to the entire width of the container, Copyright 2021 The bootScore Contributors.

== Installation ==

1. In your admin panel, go to Plugins > and click the Add New button.
2. Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
3. Click Activate to use your new Plugin right away.

== Usage ==

Insert Gutenberg video block in content.

== Changelog ==

= 5.0.0.1 - April 26 2021 =

* Using Bootstrap .ratio .ratio-16x9 helper class instead of own CSS

= 5.0.0 - January 15 2021 =

* Initial release