vue-cloudinary
vue-cloudinary copied to clipboard
A Vue.js (https://github.com/vuejs/vue) plugin that offers a reusable directive to get image from Cloudinary (https://cloudinary.com)
Will like to know if this plugin can be used with Cloudinary Video
What is the expected behaviour of the responsive directive? I tried to load a page with an image with this directive on different devices, but the same (large) image is...
Current Version of NuxtJS. (nearly clean installation) ``` ./node_modules/cloudinary-vue/src/components/CldImage.vueModule not found: Error: Can't resolve 'sass-loader' in 'PROJECT_PATH' vendors.app.js:9188 Uncaught Error: Cannot find module './CldImage.vue?vue&type=style&index=0&lang=scss&' at webpackMissingModule (vendors.app.js:9188) at Module../node_modules/cloudinary-vue/src/components/CldImage.vue (vendors.app.js:9188)...
The Cloudinary JS API has a `url` method (https://cloudinary.com/documentation/javascript_image_manipulation#direct_url_building) that returns the http url of the image w/transformations. Would it be possible to get a second directive to using this...
Component includes... `` Output... ``