I have installed (and enabled) Phoca Gallery version 5.0.0 and Phoca Gallery Search plugin.
I'm using the Detail Windows -> Photoswipe option, Display Caption -> Title and description.
Now, when the size of the Description increases, obviously, the image gets smaller. There seems to be an option to maximize the Description height, but I can't find it.
Please advise.
How to maximize the height of the Description
-
- Phoca Newbie
- Posts: 2
- Joined: 18 Jun 2024, 11:46
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: How to maximize the height of the Description
Hi,
Try with different values...with height...or max-height...
But: I would rather change the width
We can only say more when the URL is live.
To your user.css (Cassiopeia) or custom.css (belongs to other templates)
Kind regards
Christine
Try with different values...with height...or max-height...
But: I would rather change the width
Code: Select all
.pswp__caption__center {
max-height: 14em;
min-width: 60em;
}
To your user.css (Cassiopeia) or custom.css (belongs to other templates)
Kind regards
Christine
-
- Phoca Newbie
- Posts: 2
- Joined: 18 Jun 2024, 11:46
Re: How to maximize the height of the Description
Thanks Christine, it works!
Best regards, Ben
Best regards, Ben
-
- Phoca Hero
- Posts: 2808
- Joined: 28 Nov 2010, 17:20
Re: How to maximize the height of the Description
Hi Ben,
That's fine!
Kind regards
Christine
That's fine!
Kind regards
Christine