We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1dcdc commit 3f038aeCopy full SHA for 3f038ae
templates/ce_player_responsive.html5
@@ -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