https://github.com/syntro-opensource/silverstripe-elemental-video
Adds a video block to render videos from assets or Youtube
https://github.com/syntro-opensource/silverstripe-elemental-video
Last synced: 5 months ago
JSON representation
Adds a video block to render videos from assets or Youtube
- Host: GitHub
- URL: https://github.com/syntro-opensource/silverstripe-elemental-video
- Owner: syntro-opensource
- License: bsd-3-clause
- Created: 2022-06-02T13:24:48.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-23T14:49:55.000Z (almost 4 years ago)
- Last Synced: 2025-07-22T15:31:00.165Z (11 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Silverstripe Elemental Video
[](https://github.com/syntro-opensource/silverstripe-elemental-video/actions?query=workflow%3A%22%F0%9F%8E%AD+Tests%22+branch%3A%22master%22)
[](https://codecov.io/gh/syntro-opensource/silverstripe-elemental-video)

[](https://github.com/phpstan/phpstan)
[](https://packagist.org/packages/syntro/silverstripe-elemental-video)
[](https://packagist.org/packages/syntro/silverstripe-elemental-video)
Provides a video Block for including a video.
## Installation
To install this module, run the following command:
```
composer require syntro/silverstripe-elemental-video
```
## Features
This module features a block for the elemental editor which is intended to add
a video to your page.
## Documentation
### Custom Styling
to render this block the way you want, create a
`templates/Syntro/SilverstripeElementalVideo/Element/Video.ss`
file.