mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-21 03:27:03 +03:00
This commit is contained in:
parent
1ee3b23209
commit
b509f967c3
@ -121,6 +121,7 @@ function createLinkElement(link, isWatched) {
|
|||||||
blockquote.className = 'instagram-media';
|
blockquote.className = 'instagram-media';
|
||||||
blockquote.setAttribute('data-instgrm-permalink', link.url);
|
blockquote.setAttribute('data-instgrm-permalink', link.url);
|
||||||
blockquote.style.background = '#FFF';
|
blockquote.style.background = '#FFF';
|
||||||
|
blockquote.style.width = '100%';
|
||||||
|
|
||||||
const p = document.createElement('p');
|
const p = document.createElement('p');
|
||||||
p.innerText = 'Loading Instagram...';
|
p.innerText = 'Loading Instagram...';
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user