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
how to change size of JAK lightbox detail view?
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Oct 2016, 16:05
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: how to change size of JAK lightbox detail view?
Hi, the JAK CSS you can find here:
components/com_phocagallery/assets/jak folder.
Jan
components/com_phocagallery/assets/jak folder.
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Oct 2016, 16:05
Re: how to change size of JAK lightbox detail view?
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
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
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: how to change size of JAK lightbox detail view?
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
Jan
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
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 3
- Joined: 14 Oct 2016, 16:05
Re: how to change size of JAK lightbox detail view?
Thank you Jan.
I found it here :
media/com_phocagallery/css/main/phocagallery.css line:903
after one week it is solved.
Thanks again ;-)
I found it here :
media/com_phocagallery/css/main/phocagallery.css line:903
after one week it is solved.
Thanks again ;-)
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: how to change size of JAK lightbox detail view?
Ok
If you find Phoca extensions useful, please support the project