HARDCORE Posted November 24, 2003 Share Posted November 24, 2003 Hi, I have images that are quite large and when they pop up when you "click to enlarge" a portion of the picture is off the screen. Is there a simple way to add a scroll bar on it? Thanks! HARDCORE Link to comment Share on other sites More sharing options...
eHo Posted November 24, 2003 Share Posted November 24, 2003 Yes, there is a really simple way to add a scrollbar. Open "catalog/product_info.php" For me it is on line 29 but look for something like... function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,res izable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,le ft=150') } Inside there, you will see [scrollbars=no]. Change that NO to a YES and you're in business. Link to comment Share on other sites More sharing options...
HARDCORE Posted November 25, 2003 Author Share Posted November 25, 2003 Works like a charm! Thanks! Link to comment Share on other sites More sharing options...
eHo Posted November 25, 2003 Share Posted November 25, 2003 Not a problem. Just remember, if it's an easy fix, i might have the answer. I'm great with the little stuff. Anything other than that, I cry. Link to comment Share on other sites More sharing options...
southpaw Posted June 8, 2005 Share Posted June 8, 2005 whenever i make that change it makes the image go completely away from the product_info page. what's up with that? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.