I noticed that in version 2.6.6 of K2 in Joomla! 2.5, to extend the main image out duplicate an article in the lightbox, to solve this problem I added to the CSS the following code:
#sbox-content.sbox-content-image{
overflow: hidden;
}
I noticed that in version 2.6.6 of K2 in Joomla! 2.5, to extend the main image out duplicate an article in the lightbox, to solve this problem I added to the CSS the following code:
#sbox-content.sbox-content-image{
overflow: hidden;
}