vue-cloudinary icon indicating copy to clipboard operation
vue-cloudinary copied to clipboard

Width and height appear to be missing

Open andypimlett opened this issue 6 years ago • 0 comments

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">

andypimlett avatar Apr 04 '18 20:04 andypimlett