@innovastudio/contentbuilder 1.3.56 → 1.3.57
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
@@ -49965,6 +49965,10 @@ class Image$1 {
|
|
49965
49965
|
} else {
|
49966
49966
|
preview.style.height = maxH + 'px';
|
49967
49967
|
}
|
49968
|
+
}
|
49969
|
+
|
49970
|
+
if (window.innerHeight <= 800) {
|
49971
|
+
preview.style.height = '350px';
|
49968
49972
|
} // imagePreview.src = img.src;
|
49969
49973
|
|
49970
49974
|
|