mirror of
https://github.com/olegvodyanov/instalinks.git
synced 2025-12-20 11:27:04 +03:00
Compare commits
No commits in common. "951e777c13b6524a3dd91c43488bf6e4f53d430e" and "89fd4f9bf69e95bb252e703786c1db584b75405f" have entirely different histories.
951e777c13
...
89fd4f9bf6
@ -131,7 +131,7 @@ function createLinkElement(link, isWatched) {
|
||||
iframeWrapper.style.borderRadius = '10px';
|
||||
|
||||
const iframe = document.createElement('iframe');
|
||||
iframe.src = link.url;
|
||||
iframe.src = `https://www.instagram.com/reel/${reelId}/embed`;
|
||||
iframe.width = '100%';
|
||||
iframe.height = '700'; // taller to allow for cropping
|
||||
iframe.style.border = 'none';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user