diegopamio / vue-cloudinary

A Vue.js (https://github.com/vuejs/vue) plugin that offers a reusable directive to get image from Cloudinary (https://cloudinary.com)
MIT License
25 stars 4 forks source link

Width and height appear to be missing #1

Open andypimlett opened 6 years ago

andypimlett commented 6 years ago

Component includes... <img v-cl-image="test" height="400" width="320" crop="scale">

Output... <img crop="scale" src="http://res.cloudinary.com/xxxxxx/image/upload/c_scale/xxxxxx-0111">