Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

popup window to open in full window


Mike_07

Recommended Posts

Hai,

 

If someone clicks on ''click to enlarge'' on a product, that the popup window blows open till the maximum, were can i configure this?

 

thanks

Mike

Link to comment
Share on other sites

Go to contributions and search for "improved popup_image with close button"

Link to comment
Share on other sites

Hai Babygurgles,

 

I mean that i want the popup nice and big when it opens. Not only to the size of the image. But i like to have the lots of white as background of my products. Were can i configure this?

 

Thanks!

Link to comment
Share on other sites

catalog/popup_window.php line 26

 

<script language="javascript"><!--

var i=0;

function resize() {

if (navigator.appName == 'Netscape') i=40;

if (document.images[0]) window.resizeTo(document.images[0].width +30, document.images[0].height+60-i);

self.focus();

}

//--></script>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...