add autoplay option for caption preview, removed useless audio and video libs

This commit is contained in:
Florian BLOUET
2015-12-14 15:21:28 +01:00
parent 8399ccbed8
commit 53fdcf33bc
18 changed files with 12 additions and 1538 deletions

View File

@@ -43,6 +43,7 @@ class TooltipController extends Controller
{
return $this->render('prod/Tooltip/Preview.html.twig', [
'record' => new \record_adapter($this->app, $sbas_id, $record_id),
'autoplay' => true,
'not_wrapped' => true
]);
}