Files
bsky-social-app/bskyogcard/test.html
T
2025-09-11 13:25:27 -05:00

32 lines
1009 B
HTML

<!doctype html>
<html>
<head>
<link
rel="stylesheet"
href="https://unpkg.com/svbstrate@5.1.0/svbstrate.css" />
<style>
img {
width: 100%;
}
</style>
</head>
<body class="p12">
<div
class="mxa w f"
style="max-width: 400px; flex-direction: column; gap: 1rem">
<h1>Base embeds</h1>
<h3>Image</h3>
<img src="http://localhost:3000/profile/test-all-embeds-a.bsky.social/post/3lkch7rnmqs23?mat=1" />
<h3>Image w/ label</h3>
<img src="http://localhost:3000/profile/test-all-embeds-a.bsky.social/post/3lkchac5lbs23?mat=1" />
<h3>Video</h3>
<img src="http://localhost:3000/profile/test-all-embeds-a.bsky.social/post/3lkchd5laes23?mat=1" />
<h3>Video w/ label</h3>
<img src="http://localhost:3000/profile/test-all-embeds-a.bsky.social/post/3lkchdnqmzc23?mat=1" />
<h3>GIF</h3>
<img src="http://localhost:3000/profile/test-all-embeds-a.bsky.social/post/3lkchef5c2c23?mat=1" />
</div>
</body>
</html>