How to maximize the height of the Description

Phoca Gallery - image gallery extension
HKB
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Jun 2024, 11:46

How to maximize the height of the Description

Post by HKB »

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.

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2808
Joined: 28 Nov 2010, 17:20

Re: How to maximize the height of the Description

Post by christine »

Hi,

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; 
}
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
HKB
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 18 Jun 2024, 11:46

Re: How to maximize the height of the Description

Post by HKB »

Thanks Christine, it works!

Best regards, Ben
christine
Phoca Hero
Phoca Hero
Posts: 2808
Joined: 28 Nov 2010, 17:20

Re: How to maximize the height of the Description

Post by christine »

Hi Ben,

That's fine!
Kind regards
Christine
Post Reply