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! π
Open a ticket and send them a link to this thread. Hopefully they'll add it to core