Change popup window size
-
Hey,
I am using the gallery plugin Lazyest Gallery and I’m wanting to mod the width of the popup window generated. Here is the popup window code:resizable=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,fullscreen=no,dependent=yes,width=" . $lg_gallery->get_option( 'pictwidth' ) . ",height=" . $lg_gallery->get_option( 'pictheight' ) . ",left=100,top=100'))";
See where width and height are declared? It retrieves the image width and height and creates the popup window accordingly. How can I change this to add say 10px? I know it would be something like:
height=" . $lg_gallery->get_option( 'pictheight' ) + 10px
Could anybody give me a hand with this?
Any help is greatly appreciated.
Thanks
- The topic ‘Change popup window size’ is closed to new replies.