mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Make Feedbin/Twitter video usable. Issue #718
This commit is contained in:
@@ -137,6 +137,7 @@ function showClickedImage() {
|
||||
function inlineVideos() {
|
||||
document.querySelectorAll("video").forEach(element => {
|
||||
element.setAttribute("playsinline", true)
|
||||
element.setAttribute("controls", true)
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user