Page 1 of 1

how to change size of JAK lightbox detail view?

Posted: 14 Oct 2016, 16:27
by jamesssten
hi,
can anybody please help me with my problem?
I see the element where i have to change it but I can´t find the file where i can do it.
CSS I succesfuly changed, but how you can see on the site when you click on pictures the height of area is still 482px.

for example http://trummpics.com/index.php/calendar

the element is in:
<div class="lightBox"> CSS: .lightBox {height: 482px;width: 800px;


Thank you

Re: how to change size of JAK lightbox detail view?

Posted: 14 Oct 2016, 19:23
by Jan
Hi, the JAK CSS you can find here:

components/com_phocagallery/assets/jak folder.

Jan

Re: how to change size of JAK lightbox detail view?

Posted: 14 Oct 2016, 19:41
by jamesssten
I know. It is lightbox-vertical.css.
But I think that isn´t problem of CSS but settings of window popup or sometnhing in LightBox program.
in CSS I changed height so the Image is larger, but the low part is transparent

https://s9.postimg.org/vtkdiu0b3/trumm_ ... height.jpg

Re: how to change size of JAK lightbox detail view?

Posted: 14 Oct 2016, 19:48
by Jan
Hi, on your site, I have changed this class:

div.window-container table, div.window-container table tr, div.window-container table tr td {
background: #fff;
border: 0 none;
}

Added background: #fff; and seems like it is OK :idea:

Jan

Re: how to change size of JAK lightbox detail view?

Posted: 14 Oct 2016, 20:29
by jamesssten
Thank you Jan.
I found it here :

media/com_phocagallery/css/main/phocagallery.css line:903

after one week it is solved.

Thanks again ;-)

Re: how to change size of JAK lightbox detail view?

Posted: 19 Oct 2016, 14:31
by Jan
Ok