Hello, my friends!
When I click on larger image, it pop up large image.
But it doesn't scroll images and you can see whole things!!
Does anybody know how to scroll the pop-up images??
Ichiro from Japan![]()
Hello, my friends!
When I click on larger image, it pop up large image.
But it doesn't scroll images and you can see whole things!!
Does anybody know how to scroll the pop-up images??
Ichiro from Japan![]()
I would like an answer to the same question. I've searched the forum and so far have found no answer.
Is it possible to add scroll bars???
I'm using the Ocean Front template with IE.
Click on "larger image"
www.captnbobs.com/store/index.php?main_page=product_info&cPath=66_78_90&products_id=516
Last edited by captnbob; 30 Mar 2008 at 07:31 PM.
Instead of adding a scroll bar, why don't you use a smaller image?
The image that came up on the pop up window looked about three times the width of my screen.
Mods: Admin Activity Report || PO Box Ban || Empty Cart Manager || Autoresponder+ || Zip Validator || Desktop Data || SRiC
Yup, that image is huge. You should really reduce its size.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me
/includes/modules/pages/product_info/jscript_main.php
changing to scrollbars=yesCode:function popupWindow(url) { window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,copyhistory=no,width=100,height=100,screenX=150,screenY=150,top=150,left=150') }
should do the trick but you really should consider shrinking the image size
Mike
AEIIA - Zen Cart Certified & PCI Compliant Hosting
The Zen Cart Forum...Better than a monitor covered with post-it notes!
Thanks guys, I'm doing both. I did not realize the images were so big till I started looking at some of the files sizes. Some of them I feel will need a scroll bar. But many will not.
Thanks for the help, Bob