Supplies a slide template for playing portrait-portrait videos. This bundle uses PortraitPortrait's js player: https://github.com/portrait-portrait/player.js/
Add the git repository to "repositories" in composer.json
.
"repositories": { "bibsdb/portrait-portrait-bundle": { "type": "vcs", "url": "https://github.com/bibsdb/portrait-portrait-bundle" }, ... }
Require the bundle with composer.
composer require bibsdb/portrait-portrait-bundle
Enable the bundle in AppKernel.php
, by adding BibsdbPortraitPortraitBundle to $bundles.
new Bibsdb\PortraitPortraitBundle\BibsdbPortraitPortraitBundle()
Run bibsdb:core:templates:load command to load the template in the installation.
bin/console bibsdb:core:templates:load
Enable the template in the administration.
To avoid ads and video controls, the shared video has to come from a user that has disabled the options at portrait-portrait.com. To do it yourself, you need to have at least a PLUS account (https://portrait-portrait.com/plus).