We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a626df commit ab347ccCopy full SHA for ab347cc
blocks/cloud-image/cloud-image.js
@@ -50,7 +50,7 @@ function positionImageInTheCloud() {
50
51
const {
52
width: containerWidth,
53
- height: containerHeight
+ height: containerHeight,
54
} = cloudImgContainer.getBoundingClientRect();
55
56
cloudImagePictureElements.forEach((element) => {
scripts/scripts.js
@@ -12,7 +12,7 @@ import {
12
loadSections,
13
loadCSS,
14
} from './aem.js';
15
-import { positionImageInTheCloud } from '../blocks/cloud-image/cloud-image.js';
+import positionImageInTheCloud from '../blocks/cloud-image/cloud-image.js';
16
17
/**
18
* Builds hero block and prepends to main in a new section.
0 commit comments