sveltia / sveltia-cms

Alternative to Netlify/Decap CMS. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, open source & free. Made with Svelte.
MIT License
750 stars 34 forks source link

Transparent bg on image preview #76

Closed zanhk closed 7 months ago

zanhk commented 7 months ago

Sveltia info

Sveltia 0.8.4

Problem

If I upload a white path png on the collection list it appear with a white background,

image

on the editor instead I see the image correctly, but not on the preview

image

What's the expected result?

All images positions should have the same background:

background-image: linear-gradient(45deg, #eee 25%, transparent 25%, transparent 75%, #eee 75%), linear-gradient(45deg, #eee 25%, #fff 25%, #fff 75%, #eee 75%);
background-size: 16px 16px;
background-position: 0 0, 8px 8px;

image

Participation

kyoshino commented 7 months ago

Will check what’s happening here.

kyoshino commented 7 months ago

Just shipped v0.9.0 with the fix! 🎉