diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 564adbf4b..c7b8ffdcf 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. diff --git a/Shared/Article Rendering/main.js b/Shared/Article Rendering/main.js index 1ff819fc8..084eb0a5f 100644 --- a/Shared/Article Rendering/main.js +++ b/Shared/Article Rendering/main.js @@ -72,6 +72,7 @@ function inlineVideos() { element.setAttribute("playsinline", true); if (!element.classList.contains("nnwAnimatedGIF")) { element.setAttribute("controls", true); + element.removeAttribute("autoplay"); } }); }