bibsdb / portrait-portrait-bundle
Bibsdb portrait-portrait template.
Package info
github.com/bibsdb/portrait-portrait-bundle
Language:CSS
Type:symfony-bundle
pkg:composer/bibsdb/portrait-portrait-bundle
This package is auto-updated.
Last update: 2026-06-10 18:46:47 UTC
README
Supplies a slide template for playing portrait-portrait videos. This bundle uses PortraitPortrait's js player: https://github.com/portrait-portrait/player.js/
Installation
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.
Ads and controls
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).