2012-06-15 19:40
Hi, I have many large descriptions displayed underneath my images. When I click on an image the lightbox is not opening correctly, because of this large description. So I want to delete the image description in lightbox or sove the problem above. Who can help me? Guido
» Quick.Cart v5.x 2012-06-15 19:45
Do you have lightbox or mlbox?
qc-plugins.kimla.de 2012-06-15 19:58
Hi Boboo, The last one, mlbox! When I open image, image-description is the maximum width of container (900px?), even when width of image is only (for example) 500px.
2012-06-15 20:41
near 85 line of /plugins/mlbox/mlbox.js there is: mlbox_mlct.style.left=lmx+'px'; under this line add: mlbox_mlct.style.width=mlbox_mlim.offsetWidth+'px'; should work
qc-plugins.kimla.de