File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 1
- # Cloudinary Vue SDK
1
+ # Cloudinary Vue SDK
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/cloudinary/cloudinary-vue.svg?branch=master )] ( https://travis-ci.org/cloudinary/cloudinary-vue )
4
4
@@ -140,20 +140,15 @@ For example:
140
140
``` jsx
141
141
< cld- image cloudName= " demo" publicId= " sample" >
142
142
< cld- transformation angle= " -45" / >
143
- < cld- transformation effect= " trim" angle= " 45" crop= " scale" width= " 600" >
144
- < cld- transformation overlay= " text:Arial_100:Hello" / >
145
- < / cld- transformation>
143
+ < cld- transformation effect= " trim" angle= " 45" crop= " scale" width= " 600" / >
144
+ < cld- transformation overlay= " text:Arial_100:Hello" / >
146
145
< / cld- image>
147
146
```
148
147
149
148
#### CldPoster
150
149
151
150
an optional ` CldVideo ` child element that will specify image resource to be provided to ` poster ` attribute of the ` video ` element.
152
151
153
- ## ⚠️ Known Issues
154
-
155
- - If you want to work with the SDK in CodeSandbox, start with this Vue.js SDK CodeSandbox template.
156
-
157
152
## Additional resources
158
153
159
154
Additional resources are available at:
You can’t perform that action at this time.
0 commit comments