You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Videos are put inside img elements and is therefore unplayable/doesn't render.
To Reproduce
Steps to reproduce the behavior:
Load feed from the bridge
Recent post Y8S3 DESIGNER’S NOTES has videos
Expected behavior
Videos to be put inside a video tag.
Screenshots
DOM from the R6 website:
Bridge response:
Additional context
I don't know much how the bridge works, but quickly looking at the request made by it, it seems the response is in markdown, and therefore doesn't care if it's a picture or video.
Seems like a lib is used to do the translation so I don't know how fesible it is to maybe change img into video based on the extension?
Describe the bug
Videos are put inside
img
elements and is therefore unplayable/doesn't render.To Reproduce
Steps to reproduce the behavior:
Y8S3 DESIGNER’S NOTES
has videosExpected behavior
Videos to be put inside a
video
tag.Screenshots
DOM from the R6 website:
Bridge response:
Additional context
I don't know much how the bridge works, but quickly looking at the request made by it, it seems the response is in markdown, and therefore doesn't care if it's a picture or video.
Seems like a lib is used to do the translation so I don't know how fesible it is to maybe change
img
intovideo
based on the extension?This may be related and give ideas: erusev/parsedown#849
The text was updated successfully, but these errors were encountered: