Merge pull request #31 from olegvodyanov/fix
All checks were successful
continuous-integration/drone/push Build is passing

fix_link
This commit is contained in:
Олег Водянов 2025-04-23 15:49:39 +04:00 committed by GitHub
commit 951e777c13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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