Compare commits

...

2 Commits

Author SHA1 Message Date
Олег Водянов
951e777c13
Merge pull request #31 from olegvodyanov/fix
All checks were successful
continuous-integration/drone/push Build is passing
fix_link
2025-04-23 15:49:39 +04:00
oleg.vodyanov91@gmail.com
ecc5066a22 fix_link
All checks were successful
continuous-integration/drone/push Build is passing
2025-04-23 15:49:17 +04:00

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';