-
Hey there!
In Nuxt Cloudinary module we have these props as required to promote good practices for images.
If you omit these props, popular tools such as Lighthouse can report this as an issue.
Do …
-
Hi,
We're using Nuxt.js as our tool of choice, Strapi CMS and Cloudinary.
We're utilizing Nuxt Image and this works well for general images.
However we are experiencing issues with animated GIF…
-
When using NuxtImg with the Cloudinary provider, f_auto and q_auto are automatically applied to URLs. The documentation rightly stated this but is there a way to disable this behaviour?
I simply want…
-
Create a new example showing how to set up the Cloudinary Product Gallery in an Nuxt project.
See other frameworks for examples:
* https://github.com/cloudinary-community/cloudinary-examples/tree/…
-
Hey,
The cloudinary provider is missing some fit modes that are supported by Cloudinary.
Specifically, I was looking to use the ["lfill" mode](https://cloudinary.com/documentation/resizing_and_…
ptdev updated
7 months ago
-
When building my solution it tries to reference the images in a missing _ipx folder.
```
```
This is my (relevant) configuration. I've tried with the default configuration, but whatever I do …
-
Hi, I'm building a video component in NUXT, which runs fine so far. When I want to enable tracking for the video media usage of the media extension of Matomo (I use the cloud installation), we need to…
-
```vue
Sidebar content here
import ProductCarousel from 'vue-product-carousel'
export default {
components: {
ProductCarousel
},
data () {
return {
ima…
-
**Description**
I setup fresh magento 2.4.3 locally. And I tried to run [vue storefront](https://github.com/vuestorefront/vue-storefront) project using local magento api, https://magento.test , but I…
-
Add feature to incorporate cloud sync in order to be able to save data and retrieve it for editing next time.
I have implemented this functionality on my forked branch. https://github.com/drtobbyas…