aboutsummaryrefslogtreecommitdiffstats
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js')
-rw-r--r--src/js/plyr.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/plyr.js b/src/js/plyr.js
index 752074fc..d5fbb342 100644
--- a/src/js/plyr.js
+++ b/src/js/plyr.js
@@ -1125,7 +1125,7 @@
'frameborder': 0
});
- // If full support, we can use custom controls, if not, use Vimeo
+ // If full support, we can use custom controls (hiding Vimeos), if not, use Vimeo
if(plyr.supported.full) {
container.appendChild(iframe);
plyr.media.appendChild(container);