Skip to content

Commit bcaedfd

Browse files
AC-10845::Pagebuilder banner image not visible in gallery
1 parent de00502 commit bcaedfd

File tree

1 file changed

+7
-7
lines changed
  • app/code/Magento/Ui/view/base/web/js/grid

1 file changed

+7
-7
lines changed

app/code/Magento/Ui/view/base/web/js/grid/masonry.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ define([
130130
*/
131131
setLayoutStyles: function (callback) {
132132
var containerWidth, rowImages, ratio, rowHeight, calcHeight, isLastRow, rowNumber;
133-
133+
134134
if (typeof this.container != 'undefined') {
135-
containerWidth = parseInt(this.container.clientWidth, 10);
136-
rowImages = [];
137-
ratio = 0;
138-
rowHeight = 0;
139-
calcHeight = 0;
140-
isLastRow = false;
135+
containerWidth = parseInt(this.container.clientWidth, 10),
136+
rowImages = [],
137+
ratio = 0,
138+
rowHeight = 0,
139+
calcHeight = 0,
140+
isLastRow = false,
141141
rowNumber = 1;
142142

143143
this.setMinRatio();

0 commit comments

Comments
 (0)