mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge remote-tracking branch 'upstream/main' into main
This commit is contained in:
@@ -10,7 +10,7 @@ If you’d like to contribute:
|
||||
|
||||
## Notes
|
||||
|
||||
It’s important that the pull request merge cleanly with master.
|
||||
It’s important that the pull request merge cleanly with the git branch `main`.
|
||||
|
||||
You should have read the [coding guidelines](Technotes/CodingGuidelines.md) first. If your code doesn’t follow the guidelines, we will likely suggest revising it.
|
||||
|
||||
|
||||
@@ -72,6 +72,7 @@ function inlineVideos() {
|
||||
element.setAttribute("playsinline", true);
|
||||
if (!element.classList.contains("nnwAnimatedGIF")) {
|
||||
element.setAttribute("controls", true);
|
||||
element.removeAttribute("autoplay");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user