Compare commits

..

No commits in common. "951e777c13b6524a3dd91c43488bf6e4f53d430e" and "89fd4f9bf69e95bb252e703786c1db584b75405f" have entirely different histories.

View File

@ -131,7 +131,7 @@ function createLinkElement(link, isWatched) {
iframeWrapper.style.borderRadius = '10px'; iframeWrapper.style.borderRadius = '10px';
const iframe = document.createElement('iframe'); const iframe = document.createElement('iframe');
iframe.src = link.url; iframe.src = `https://www.instagram.com/reel/${reelId}/embed`;
iframe.width = '100%'; iframe.width = '100%';
iframe.height = '700'; // taller to allow for cropping iframe.height = '700'; // taller to allow for cropping
iframe.style.border = 'none'; iframe.style.border = 'none';