We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa406cf commit 41de07cCopy full SHA for 41de07c
src/lambda/oembed/oembed.js
@@ -50,7 +50,7 @@ function handler(event, context, callback) {
50
author_name: 'Testing Playground',
51
author_url: host,
52
53
- html: `<iframe src="${url}" width=${maxwidth} height=${maxheight} scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" title="Testing Playground" style="overflow: hidden; display: block;" loading="lazy" name="testing-playground-${Date.now()}"></iframe>`,
+ html: `<iframe src="${url}" width="${maxwidth}" height="${maxheight}" scrolling="no" frameborder="0" allowtransparency="true" allowfullscreen="true" title="Testing Playground" style="overflow: hidden; display: block;" loading="lazy" name="testing-playground-${Date.now()}"></iframe>`,
54
width: maxwidth,
55
height: maxheight,
56
0 commit comments