-
-
Notifications
You must be signed in to change notification settings - Fork 3
Features
With r.bskx.app
, you can directly preview the image without the embed.
With g.bskx.app
, you can merge multiple images together.
If you want to embed a video hosted on a custom pds, you can use the v.bskx.app
subdomain, this is slower than normal but will always work.
You can mix-in multiple features together to have a nice result no matter what style you use.
Possible uses | Equivalent |
---|---|
r.g.bskx.app /g.r.bskx.app
|
Raw Media Support + Gallery View |
r.v.bskx.app /v.r.bskx.app
|
Raw Media Support + Rendered Video |
You have a raw media, and you don't want to pick the first image? You can add an optional /index
(0 indexed, not 1) route at the end of the URL to pick the exact image.
For example, let's say https://bsky.app/profile/hello.world/aabbccdd
has 4 images.
With https://r.bskx.app/profile/hello.world/aabbccdd
, you'd have only the first image displayed.
If you want, for instance, the second image, you can use this URL https://bsky.app/profile/hello.world/aabbccdd/1
, then the second image will be displayed.