Skip to content

Commit 2c09f28

Browse files
authored
Update embed.ts
1 parent 428091a commit 2c09f28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/embed.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,8 @@ export abstract class Embed {
536536
if(!this.iframe) {
537537
var iframeContent = document.createElement("iframe");
538538
var embedUrl = this.config.uniqueId ? utils.addParamToUrl(this.config.embedUrl, 'uid', this.config.uniqueId) : this.config.embedUrl;
539-
iframeContent.style.width="100%";
540-
iframeContent.style.height="100%";
539+
iframeContent.style.width = '100%';
540+
iframeContent.style.height = '100%';
541541
iframeContent.setAttribute("src", embedUrl);
542542
iframeContent.setAttribute("scrolling", "no");
543543
iframeContent.setAttribute("allowfullscreen", "true");

0 commit comments

Comments
 (0)