JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
7
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: take the height, not width

Mary c6a6bc6d 7d45b70f

+1 -1
+1 -1
static/_scripts/video-embed.js
··· 38 38 // observe the parent element to resize the iframe 39 39 callbacks.set(parent, (entry) => { 40 40 iframe.width = '' + entry.contentRect.width; 41 - iframe.height = '' + entry.contentRect.width; 41 + iframe.height = '' + entry.contentRect.height; 42 42 }); 43 43 44 44 observer.observe(parent);