fix_link
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
oleg.vodyanov91@gmail.com 2025-04-23 15:49:17 +04:00
parent 89fd4f9bf6
commit ecc5066a22

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