Fixed appcreator image size

This commit is contained in:
frikky
2020-06-01 13:56:49 +02:00
parent 604451e098
commit acb4b3da8c
+1 -1
View File
@@ -1421,7 +1421,7 @@ const AppCreator = (props) => {
// <img src={file} id="logo" style={{width: "100%", height: "100%"}} />
const imageData = file.length > 0 ? file : fileBase64
const imageInfo = <img src={imageData} alt="Click to upload an image" id="logo" style={{}} />
const imageInfo = <img src={imageData} alt="Click to upload an image" id="logo" style={{maxWidth: 174, maxHeight: 174,}} />
// Random names for type & autoComplete. Didn't research :^)
const landingpageDataBrowser =