Skip to content

Commit

Permalink
Fix issue #482: Images Distorted in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
prototypa committed Sep 17, 2024
1 parent fd56aed commit ab746d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@onwidget/astrowind",
"version": "1.0.0-beta.45",
"version": "1.0.0-beta.46",
"description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"type": "module",
"private": true,
Expand Down
6 changes: 0 additions & 6 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,5 @@ const { language, textDirection } = I18N;
<slot />

<BasicScripts />

<style is:global>
img {
content-visibility: auto;
}
</style>
</body>
</html>

0 comments on commit ab746d0

Please sign in to comment.