Hello/Hi/Greetings,
Hi!
I try to make the banner hero image for the bootstrap_darkroom theme about half the hight. But even if the image is in the size I want it, the theme strech it to fit. If there is no hero image the size of the banner is perfect. I try got get about the same size as in the https://demo2.piwigo.com/
Piwigo 14.5.0 Check for upgrade
Installed on 15 August 2024, 18 hours ago
Operating system: Linux
PHP: 8.3.10 (Show info) [2024-08-16 12:10:25]
MySQL: 10.3.39-MariaDB-0ubuntu0.20.04.2 [2024-08-16 14:10:25]
Graphics Library: External ImageMagick 6.9.10-23
Cache size N/A never calculated Refresh
Piwigo URL: https://demo.mediasafe.pro/
TIA
Offline
Hi,
you can change that by entering custom css in the settings of the darkroom theme (at the very bottom).
I tested this:
.page-header.page-header-small{
height:200px !important;
}
Works well and should suit your needs. You can adjust the height if necessary.
Offline
Thank you very much, that workes perfect
Offline