hello
how to
I have one issue with pop up (lightbox) in k2 images.
I dont know where to resize pop up (lightbox) images
change the zoom (lightbox) size
of the image in an article
height:275px;
width:420px;
I searched
en k2 ——> Configuration ——> Configuration image
me using firebug
I see style css
element.style {
height:275px;
left:50%;
margin-left:-210px;
margin-top:-137px;
position:fixed;
top:50%;
width:420px;
z-index:65557;
}
……………………………..
#sbox-window {
-moz-border-radius:3px 3px 3px 3px;
background-color:#000000;
overflow:visible;
padding:10px;
position:absolute;
text-align:left;
……………………………..
HTML CODE OF ZOOM
sbox-window” style=”z-index: 65557; position: fixed; top: 50%; left: 50%; width: 420px; height: 275px; margin-left: -210px; margin-top: -137.5px;
THANKS FOR YOUR HELP