bibsdb / info-portrait-bundle
Bibsdb info-portrait template.
Package info
github.com/bibsdb/info-portrait-bundle
Language:CSS
Type:symfony-bundle
pkg:composer/bibsdb/info-portrait-bundle
This package is auto-updated.
Last update: 2026-06-10 18:41:39 UTC
README
Supplies a slide template for playing info-portrait videos. This bundle uses InfoPortrait's js player: https://github.com/info-portrait/player.js/
Installation
Add the git repository to "repositories" in composer.json.
"repositories": {
"bibsdb/info-portrait-bundle": {
"type": "vcs",
"url": "https://github.com/bibsdb/info-portrait-bundle"
},
...
}
Require the bundle with composer.
composer require bibsdb/info-portrait-bundle
Enable the bundle in AppKernel.php, by adding BibsdbInfoPortraitBundle to $bundles.
new Bibsdb\InfoPortraitBundle\BibsdbInfoPortraitBundle()
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 info-portrait.com. To do it yourself, you need to have at least a PLUS account (https://info-portrait.com/plus).