CtB-AI-img-gen / config /layout.css
Andre
update 1.1
4f48282
.row-class {
display: flex;
align-items: stretch; /* Ensures all children have the same height */
}
.row-class > * {
flex: 1;
}
.output-image img {
width: 2500px; /* Force image to fill container width */
object-fit: cover; /* ACTIVATE FOR IMAGE-FIT CONTAINER */
}