Make the popup / images smaller

Images are too big when opened in popup. We’ve adjusted it via this CSS code:

.global-styles, .eapp-portfolio-project-viewer-component .eapp-portfolio-picture-component {
height: auto !important;
}
.global-styles, .eapp-portfolio-project-viewer-component .eapp-portfolio-picture-img {
max-width: 50% !important;
margin: 0 auto;
}

Yet it’d be great if there were such option in the editor.

1 Like