Skip to content

Commit 3f038ae

Browse files
authored
Create ce_player_responsive.html5
taken from contao official-demo official-demo/src/templates/contaodemo/ce_player_responsive.html5
1 parent 4f1dcdc commit 3f038ae

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/ce_player_responsive.html5

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?php
2+
3+
$this->extend('ce_player');
4+
5+
if ($this->isVideo)
6+
{
7+
$this->size .= ' style="width: 100%; height: 100%;"';
8+
}

0 commit comments

Comments
 (0)