Fix issue #482: Images Distorted in Firefox

This commit is contained in:
prototypa
2024-09-16 21:51:10 -04:00
parent fd56aed180
commit ab746d0513
3 changed files with 3 additions and 9 deletions

View File

@@ -44,11 +44,5 @@ const { language, textDirection } = I18N;
<slot />
<BasicScripts />
<style is:global>
img {
content-visibility: auto;
}
</style>
</body>
</html>