Skip to main content

Max. media upload more than 5 photos

If someone will allow upload 5+ files, will probably also face this CSS styling issue I also had. Very tiny img previews, looking very wierd. Screenshots I attached here: 1st one is before, second is after. I solved it with quick CSS trick, feel free to use it.

CSS code:
.fcrom_media_image img {
max-width: fit-content;
height: 60px;
}

.fcrom_media_images {
display: flex;
flex-wrap: wrap;
gap: 2px;
}

For more tips and tricks follow me there on FC! πŸ˜‰

Max. media upload more than 5 photos Max. media upload more than 5 photos

Barnabas Chris

Open a ticket and send them a link to this thread. Hopefully they'll add it to core