bsky.app post images not showing

For support with specific websites

Moderator: trava90

Forum rules
Please always mention the name/domain of the website in question in your topic title.
Please one website per topic thread (to help keep things organized). While behavior on different sites might at first glance seem similar, they are not necessarily caused by the same.

Please try to include any relevant output from the Toolkit Error Console or the Developer Tools Web Console using the following procedure:
  1. Clear any current output
  2. Navigate or refresh the page in question
  3. Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
User avatar
jobbautista9
Keeps coming back
Keeps coming back
Posts: 957
Joined: 2020-11-03, 06:47
Location: Philippines

Re: bsky.app post images not showing

Post by jobbautista9 » 2025-02-07, 13:43

q160765803 wrote:
2025-01-26, 13:16
a user style can help as well:
Thanks, that works! :thumbup:

Add this too for videos to show as well:

Code: Select all

div[aria-label="Embedded video player"] div figure {position:unset !important; max-height: 100%; max-width: 100%; height: auto !important; width: auto !important;}
Image

"Destroying things, smartly!" - IJN Samidare, probably

Avatar artwork by ebifurya: https://www.pixiv.net/artworks/85379109

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.

User avatar
jobbautista9
Keeps coming back
Keeps coming back
Posts: 957
Joined: 2020-11-03, 06:47
Location: Philippines

Re: bsky.app post images not showing

Post by jobbautista9 » 2025-02-09, 04:13

Also this selector for Tenor "GIFs" (which are just WebMs):

Code: Select all

div[style="position: absolute; inset: -2px;"] {position:unset !important; max-height: 100%; max-width: 100%; height: auto !important; width: auto !important;}
Image

"Destroying things, smartly!" - IJN Samidare, probably

Avatar artwork by ebifurya: https://www.pixiv.net/artworks/85379109

XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.