We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46a942c commit f95f6b1Copy full SHA for f95f6b1
plugins/domains/ted.com/ted.com.js
@@ -49,7 +49,7 @@ export default {
49
"aspect-ratio": oembed.width / oembed.height
50
};
51
52
- if (whitelistRecord.isAllowed('oembed.video', 'autoplay') && lang_slug !== '') {
+ if (whitelistRecord.isAllowed('oembed.video', 'autoplay') && lang_slug === '') {
53
link.rel.push(CONFIG.R.autoplay);
54
}
55
0 commit comments