Describe the bug
The Astro image service generates inline styles such as object-fit:cover;max-width:1100px;max-height:982px;aspect-ratio:1.120162932790224;width:100%. That is incompatible with strict CSP.
Expected behavior
I'm not sure how this can be solved tbh. Maybe by generating css or hashes on the fly
Screenshots

Describe the bug
The Astro image service generates inline styles such as
object-fit:cover;max-width:1100px;max-height:982px;aspect-ratio:1.120162932790224;width:100%. That is incompatible with strict CSP.Expected behavior
I'm not sure how this can be solved tbh. Maybe by generating css or hashes on the fly
Screenshots