İtems image size

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Apr 13, 2013 3:36 pm
Reply with quote
Report this post
I use k2 component with gavic news template. When I click to one of image in article, I see very big pop up image.
How can I set pop up window image size? I want smaller.
I couldn't find in modal.css or in k2/item.php ...

Thank you..
User avatar
Fresh Boarder

GK User
Sat Apr 13, 2013 11:36 pm
Reply with quote
Report this post
I believe it gets calculated automatically depending on image size. You can use below css code in override.css file and enable css override option in template settings > advanced settings > css override.

Change values to your chosen height and width.
Code: Select all
#sbox-window { width: 500px!important; height: 300px!important;top:33%!important;left:33%!important;}


You might need to adjust the position slightly. See top and left values in above code.

See you around...
User avatar
Platinum Boarder


cron