Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Markdown renderer doesn't handle <picture> and <source> elements when SSR is false #1065

Closed
printfn opened this issue Nov 12, 2024 · 1 comment

Comments

@printfn
Copy link

printfn commented Nov 12, 2024

Type: Bug

Viewing this extension in the web browser works fine:
https://marketplace.visualstudio.com/items?itemName=printfn.jpeg-xl

But when you switch between the tabs ("Overview", "Q & A", "Rating & Review" etc.) then you go to https://marketplace.visualstudio.com/items?itemName=printfn.jpeg-xl&ssr=false (note the ssr=false parameter), which renders the image incorrectly. It looks like <picture> and <source> elements aren't enabled in the markdown renderer when ssr is false.

Image

VS Code version: Code 1.92.1 (eaa41d57266683296de7d118f574d0c2652e1fc4, 2024-08-07T20:16:39.455Z)
OS version: Windows_NT x64 10.0.22631
Modes:
Remote OS version: Linux x64 5.15.153.1-microsoft-standard-WSL2
Remote OS version: Linux x64 5.15.153.1-microsoft-standard-WSL2

@Neelima10735584
Copy link

Closing as duplicate of #1049

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants