Question
"Slide show" changes vertical size twice per picture
- klausthaler
-
Topic Author
- Offline
- New Member
-
Less
More
2 months 4 days ago #116600
by klausthaler
Klaus
klausthaler.de/familie
webtrees 2.1, Apache/2.4(Unix 4.18), PHP 8.2, MySQL 8.2
"Slide show" changes vertical size twice per picture was created by klausthaler
Hi
In "My page" the "Slide show" window is located above "Upcoming events".
With slide show ON spotting upcoming events is hampered by the Event window hopping up and down with each slide.
Could I (or we) fix the "Slide show" window to a reasonable height?
In "My page" the "Slide show" window is located above "Upcoming events".
With slide show ON spotting upcoming events is hampered by the Event window hopping up and down with each slide.
Could I (or we) fix the "Slide show" window to a reasonable height?
Klaus
klausthaler.de/familie
webtrees 2.1, Apache/2.4(Unix 4.18), PHP 8.2, MySQL 8.2
Please Log in or Create an account to join the conversation.
- RickM
-
- Offline
- Premium Member
-
2 months 3 days ago #116603
by RickM
Rick M
Tauranga
Nu Tirani - New Zealand
Malkins in Nu Tirani - New Zealand
Webtrees v2.2.6
wt-malkins.alineofmalkins.com
Hosted by HostArmada on Litespeed Server using PHP v8.4.12
Offline: WebTrees v2.2.6
Laragon v8.6.1, PHP v8.5.2
Replied by RickM on topic "Slide show" changes vertical size twice per picture
@klausthaler
Its not perfect but it might get you going.. Try this css code in the CSS & JS extension module in Control Panel.. Change the 350px, 325px to suit.
Its not perfect but it might get you going.. Try this css code in the CSS & JS extension module in Control Panel.. Change the 350px, 325px to suit.
Code:
.wt-slide-show-figure {
min-height: 350px;
height: 325px;
}
Rick M
Tauranga
Nu Tirani - New Zealand
Malkins in Nu Tirani - New Zealand
Webtrees v2.2.6
wt-malkins.alineofmalkins.com
Hosted by HostArmada on Litespeed Server using PHP v8.4.12
Offline: WebTrees v2.2.6
Laragon v8.6.1, PHP v8.5.2
Please Log in or Create an account to join the conversation.