Maya Shavin
Maya Shavin
@filrak is there a design ready? @peoray what is the status? Can I reassign or are you still on this?
@dyslexicon or you can change it to "watch:tailwind". it will also work.
@luyilin I will work on this. Please assign it to me :)
@luyilin if you want, you can add me as collaborators and then you can assign me 😄 Below is how to do that https://help.github.com/articles/inviting-collaborators-to-a-personal-repository/
Hi @hiddedv9, right now it is not that easy to reset a finished wizard without reloading the page. Technically you can add an event on the last step to RESET...
@katerlouis there is an open issue for that #62 . At the moment you need to write your own `srcset` generator based on the `$cloudinary.image.url()`. It hasn't been supported yet...
@katerlouis I'm sure. You can use `$cloudinary.upload()` to upload and generate breakpoints programatically, but `$cloudinary.image.url()` is simply for generating the image url, not the whole element tag with `srcset` support....
@Atinux I'm already on it :)
@asencis at the moment we don't have a fixed standards for support srcset in image component (especially for `picture`). I would say it's a manual integration for now, you should...
@madsh93 Nuxt is SSR, so this module is for both SSR and static site generating. > e.g. using is only rendered client-side. I don't quite understand. Can you please elaborate...