Simon Praetorius

Results 144 comments of Simon Praetorius

Currently, the specified width will be applied to the fallback image only, the height will be skipped completely. So no, it is not safe to use those parameters with my...

Maybe also something like this for v2 (to simplify naming similar to the new VHs in Fluid Standalone): ```xml or ```

Can you check if the associated PR fixes this?

Mh, I don't know what this could be... I use the default configuration the extension generates for my website and the result currently looks like this: ```js class s extends...

Let me know if this is really an issue with the extension or the generated vite config.

First of all, thank you for your contribution. Just as a general question: What is your reasoning behind this? When would you use the flag? Apart from that, I have...

Thank you for the clarification. This makes sense to me. > I agree with your suggestion. Should I do it within this pull request or would you like to refactor...

Just to let you know: I'll take a look at this soon. Will probably change the API back to be consistent with a new core feature, I need to think...

From my point of view, there are two options for this: * server-side: specify your cardslider as a separate entrypoint in vite.config.js * client-side: use dynamic import in your main...

> Thank you for the fast response! These notes are very helpful, haven't seen them yet (actually I'd like to have them in the docs). Yes, but I guess I...