izzy goldman

Results 11 comments of izzy goldman

Hi @ttstauss this looks to be fixed in Cloudinary's WordPress Plugin -v 3.0.3 Have you tried it with the latest plugin version?

Yes please

perhaps even enable Cmd Z?

thank you @justlevine. Ok. keep us posted, Happy to help out if needed.

perhaps we should look at [nuxt-image](https://image.nuxtjs.org/) to take car of the speed/sizing and breakpoints.

sure. you wrote on the todo list: _**Perhaps add this for better SEO: https://developers.google.com/search/docs/guides/intro-structured-data or https://www.npmjs.com/package/nuxt-jsonld**_ in short, it would pull all the info of a wordpress post via graphql...

@HorseNewBee have you tried setting the devProxy like this: ` nitro: { devProxy: { '/ws': { target: 'ws://localhost:4000', changeOrigin: true, // Typically true for proxies prependPath: false, // Change to...

not sure if this will help, but here's how we did it: ``` function getApi(): Calendar | null { if (!fullCalendar.value) return null return fullCalendar.value.getApi() } const createViewSwitch = (currentView:...