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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"version": "1.0.0-beta.45", "version": "1.0.0-beta.46",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@onwidget/astrowind", "name": "@onwidget/astrowind",
"version": "1.0.0-beta.45", "version": "1.0.0-beta.46",
"dependencies": { "dependencies": {
"@astrojs/rss": "^4.0.7", "@astrojs/rss": "^4.0.7",
"@astrojs/sitemap": "^3.1.6", "@astrojs/sitemap": "^3.1.6",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@onwidget/astrowind", "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.", "description": "AstroWind: A free template using Astro 4.0 and Tailwind CSS. Astro starter theme.",
"type": "module", "type": "module",
"private": true, "private": true,

View File

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