Skip to content

Commit 4f02c25

Browse files
authored
Merge pull request #32 from cloudinary/issue-26
#26 tidy up CldImage responsive feature resolving
2 parents 2d41636 + 3f08271 commit 4f02c25

16 files changed

Lines changed: 1278 additions & 2534 deletions

dist/Cloudinary.common.js

Lines changed: 543 additions & 1208 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Cloudinary.common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Cloudinary.umd.js

Lines changed: 543 additions & 1208 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Cloudinary.umd.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Cloudinary.umd.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/Cloudinary.umd.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/demo.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
<meta charset="utf-8" />
1+
<meta charset="utf-8">
22
<title>Cloudinary demo</title>
33
<script src="./Cloudinary.umd.js"></script>
4+
5+
<link rel="stylesheet" href="./Cloudinary.css">
6+
7+
48
<script>
5-
console.log(Cloudinary);
9+
console.log(Cloudinary)
610
</script>

docs-sources/links.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
<a href="#/Install core components/CldImage">CldImage</a>
77
<a href="#/Install core components/CldVideo">CldVideo</a>
88
</nav>
9-
</nav>
9+
</nav>

docs/build/main.bundle.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/components/CldContext.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ export default {
2323
render(h) {
2424
return h(
2525
"div",
26-
{ class: { "cld-context": true }, attrs: normalizeNonCloudinary(this.$attrs) },
26+
{
27+
class: { "cld-context": true },
28+
attrs: normalizeNonCloudinary(this.$attrs)
29+
},
2730
rejectTransformations(this.$slots.default)
2831
);
2932
},

0 commit comments

Comments
 (0)