bsky.app post images not showing
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:
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:
- Clear any current output
- Navigate or refresh the page in question
- Copy and paste Errors or seemingly relevant Warnings into a single [ code ] block.
bsky.app post images not showing
Images in bsky.app posts aren't showing. The site logo, user profile banners, and the user icons are visible, but not images the posts should contain. As an example:
https://bsky.app/profile/yukioto.bsky.social
The posts should have images, but they aren't displaying in either the main profile page or the individual post pages. If I right click any of the affected pages and go to View Page Info -> Media, the image files are listed and I can see them there, but they're not showing in the page itself.
I've tried looking at the Web Console under Developer Tools, refreshing the page, and no errors or warnings are displayed that I can see. I also tried disabling uBlock Origin in case that was interfering somehow (restarting the browser after disabling it just in case), but it doesn't fix it. The images do show in Firefox, so it's not some kind of login restriction for the site.
https://bsky.app/profile/yukioto.bsky.social
The posts should have images, but they aren't displaying in either the main profile page or the individual post pages. If I right click any of the affected pages and go to View Page Info -> Media, the image files are listed and I can see them there, but they're not showing in the page itself.
I've tried looking at the Web Console under Developer Tools, refreshing the page, and no errors or warnings are displayed that I can see. I also tried disabling uBlock Origin in case that was interfering somehow (restarting the browser after disabling it just in case), but it doesn't fix it. The images do show in Firefox, so it's not some kind of login restriction for the site.
Re: bsky.app post images not showing
Can confirm. First image is in Edge with pic, the next is Pale Moon without. Nothing is showing in the Console and File, Developer Tools, Error Console is empty too.
Laptop 1: Windows 10 64-bit, i7 @ 2.80GHz, 16GB, NVIDIA GeForce MX450.
Laptop 2: Windows 10 32-bit, Atom Z3735F @ 1.33GHz, 2GB, Intel HD Graphics.
Laptop 2: Windows 10 32-bit, Atom Z3735F @ 1.33GHz, 2GB, Intel HD Graphics.
- jobbautista9
- Keeps coming back
- Posts: 885
- Joined: 2020-11-03, 06:47
- Location: Philippines
- Contact:
Images do not show up in Bluesky posts (bsky.app)
Example URL where there is supposed to be an image but Pale Moon doesn't show it: https://bsky.app/profile/makai.chaotic. ... 6xets7ps2x
Unfortunately I have no idea why this happens. I've enabled layout.css.report_errors in about:config to see if I can find anything relevant, but can't seem to find any. Including all the warnings anyway, just in case some CSS guru can figure out from my output what's going on.
I've tested in a fresh profile of 33.0.1 as well with no add-ons, and the issue still exists there.
Unfortunately I have no idea why this happens. I've enabled layout.css.report_errors in about:config to see if I can find anything relevant, but can't seem to find any. Including all the warnings anyway, just in case some CSS guru can figure out from my output what's going on.
I've tested in a fresh profile of 33.0.1 as well with no add-ons, and the issue still exists there.
:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
Re: Images do not show up in Bluesky posts (bsky.app)
I don' know enough to diagnose, but yeah.
viewtopic.php?f=70&t=30847
and I suspect it is the same weirdness happening on instagram?
viewtopic.php?f=70&t=30941
Pale Moon 33.0.1 on Win64. I can list my add-ons if that is relevant, but I suspect not.
viewtopic.php?f=70&t=30847
and I suspect it is the same weirdness happening on instagram?
viewtopic.php?f=70&t=30941
Pale Moon 33.0.1 on Win64. I can list my add-ons if that is relevant, but I suspect not.
Laptop 1: Windows 10 64-bit, i7 @ 2.80GHz, 16GB, NVIDIA GeForce MX450.
Laptop 2: Windows 10 32-bit, Atom Z3735F @ 1.33GHz, 2GB, Intel HD Graphics.
Laptop 2: Windows 10 32-bit, Atom Z3735F @ 1.33GHz, 2GB, Intel HD Graphics.
Re: Images do not show up in Bluesky posts (bsky.app)
That stands out to me at least. We have -moz-fit-content but need to unprefix it.Warning: Error in parsing value for ‘width’. Declaration dropped.
Source File: https://bsky.app/profile/makai.chaotic. ... 6xets7ps2x
Line: 174, Column: 13
Source Code:
width: fit-content;
{{This headspace for lease}}
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
- jobbautista9
- Keeps coming back
- Posts: 885
- Joined: 2020-11-03, 06:47
- Location: Philippines
- Contact:
Re: Images do not show up in Bluesky posts (bsky.app)
Oops, probably should've searched further than just "Bluesky"... Might be good to merge this into that thread.suzyne wrote: ↑2024-03-10, 05:33I don' know enough to diagnose, but yeah.
viewtopic.php?f=70&t=30847
:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
- jobbautista9
- Keeps coming back
- Posts: 885
- Joined: 2020-11-03, 06:47
- Location: Philippines
- Contact:
Re: Images do not show up in Bluesky posts (bsky.app)
Not sure if that's the issue... Mozilla hasn't unprefixed fit-content yet either, and images in bsky.app render fine in Firefox 115: https://bugzilla.mozilla.org/show_bug.cgi?id=1495868
:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
Re: bsky.app post images not showing
...yes they have. Firefox 94 according to https://bugzilla.mozilla.org/show_bug.cgi?id=1732759
{{This headspace for lease}}
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
- jobbautista9
- Keeps coming back
- Posts: 885
- Joined: 2020-11-03, 06:47
- Location: Philippines
- Contact:
Re: bsky.app post images not showing
Ah, didn't look into the dependent bugs, my bad.
:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
Re: bsky.app post images not showing
I believe it's due to lack of aspect-ratio, causing height to be 0. Here's a Modify HTTP Response filter to calculate a height (which will probably break when the site updates).
Code: Select all
[["bsky.app",["/static\\/js\\/278\\./",["[{overflow:\"hidden\"","$&,height:`calc(var(--expo-image-width) / ${x.aspectRatio})`"]]]]
- jobbautista9
- Keeps coming back
- Posts: 885
- Joined: 2020-11-03, 06:47
- Location: Philippines
- Contact:
Re: bsky.app post images not showing
Can confirm that the workaround shows the images again, thanks adoxa!
:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
Re: bsky.app post images not showing
This filter isn't working for me.adoxa wrote: ↑2024-03-10, 07:49I believe it's due to lack of aspect-ratio, causing height to be 0. Here's a Modify HTTP Response filter to calculate a height (which will probably break when the site updates).
Code: Select all
[["bsky.app",["/static\\/js\\/278\\./",["[{overflow:\"hidden\"","$&,height:`calc(var(--expo-image-width) / ${x.aspectRatio})`"]]]]
Re: bsky.app post images not showing
Code: Select all
[["bsky.app",["/static\\/js\\/\\d.*[^k]\\.js$/",["[{overflow:\"hidden\"","$&,height:`${536/R.aspectRatio}px`"]]]]
Re: bsky.app post images not showing
So, um... I'm not sure what happened (I certainly didn't make any changes to the browser), but images in Bluesky...just seem to be working now?
EDIT: Animated GIFs are working, but not still images.
EDIT: Animated GIFs are working, but not still images.
Re: bsky.app post images not showing
This filter should work better.
Code: Select all
[["bsky.app",["/static\\/js\\/\\d.*[^k]\\.js$/",["/(\\[\\{overflow:\"hidden\")\\},(.)/","$1,height:`${536/$2.aspectRatio}px`},$2"]]]]
- jobbautista9
- Keeps coming back
- Posts: 885
- Joined: 2020-11-03, 06:47
- Location: Philippines
- Contact:
Re: bsky.app post images not showing
Doesn't work for me
Example where there should be a static image: https://bsky.app/profile/outoftouch.bsk ... 4qpf5bof2h
Example where there should be a static image: https://bsky.app/profile/outoftouch.bsk ... 4qpf5bof2h
:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
- jobbautista9
- Keeps coming back
- Posts: 885
- Joined: 2020-11-03, 06:47
- Location: Philippines
- Contact:
Re: bsky.app post images not showing
Ah nevermind, I have unticked the "Enable" checkbox in the add-on options for some reason, it works fine
:akko_derp:
XUL add-ons developer. You can find a list of add-ons I manage at http://rw.rs/~job/software.html.
- hackkitten
- Hobby Astronomer
- Posts: 19
- Joined: 2019-03-26, 23:03
Re: bsky.app post images not showing
It doesn't appear that the filter is working any more... any idea when/how this compatibility issue can be fixed?
Re: bsky.app post images not showing
The aspect ratio is no longer sent as part of the image, so it's become a lot more awkward. Here's a workaround that mostly works, except for multiple images (they get a placeholder, but there seems to be something about the flex preventing the image itself showing up).
Code: Select all
[["bsky.app",["/static\\/js\\/main\\./",["aspectRatio:_","height:(536/n.aspectRatio.width*n.aspectRatio.height)+\"px\"","{aspectRatio:T}","{width:Math.min(503,503*T)+\"px\",height:(Math.min(503,503*T)/T)+\"px\"}","/\\{aspectRatio:1\\}/g","{minWidth:\"228px\",minHeight:\"228px\"}","{aspectRatio:d}","{width:Math.min(503,503*d)+\"px\"}"]]]]