Update
This commit is contained in:
parent
1d52c2f7ae
commit
10118f6f92
|
@ -56,7 +56,7 @@ async function fetchData() {
|
|||
Object.entries(obj).forEach(([key, value]) => {
|
||||
|
||||
if (key == "id") {
|
||||
log.innerHTML = log.innerHTML + `<iframe src="https://${serverAddress}/@Melawy/${value}/embed" class="mastodon-embed" style="max-width: 100%; border: 0" height="100%" width="60%" allowfullscreen="allowfullscreen"></iframe>` + '<br>';
|
||||
log.innerHTML = log.innerHTML + `<iframe src="https://${serverAddress}/@Melawy/${value}/embed" class="mastodon-embed" style="max-width: 100%; min-height: 75vh; border: 0" width="60%" height="100%" allowfullscreen="allowfullscreen"></iframe>` + '<br>';
|
||||
}
|
||||
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue