But what if it was purple?

This commit is contained in:
2021-06-17 11:27:31 +02:00
parent 8817e7cb16
commit ee3553ac6f
3 changed files with 27 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ EmbedWindow.prototype.updateCode = function () {
this.textarea.value = `<iframe ` +
`src="${url}" ` +
`style="border: none; width: 640px; max-width: 100%; height: 400px; border-radius: 6px;"` +
`style="border: none; width: 800px; max-width: 100%; height: 500px; border-radius: 6px;"` +
`></iframe>`
}