Results 1 to 5 of 5
  1. #1
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Product Images - Larger Image View

    I have looked every where but I can't figure this out, maybe you can help. When on my site looking at a product and clicking on the view larger image a new window pops up but it only shows a small portion of the large image and I either have to drag the new window larger to view it all or click to maximize the new window. How can I set this so it automatically maximizes or opens to a set dimension and where to I find it?

    Thanks,
    John

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Product Images - Larger Image View

    Quote Originally Posted by GoldBuckle View Post
    I have looked every where but I can't figure this out, maybe you can help. When on my site looking at a product and clicking on the view larger image a new window pops up but it only shows a small portion of the large image and I either have to drag the new window larger to view it all or click to maximize the new window. How can I set this so it automatically maximizes or opens to a set dimension and where to I find it?

    Thanks,
    John
    Gold,
    Need a url to the site so me and other helpful Zenners can help..

  3. #3
    Join Date
    Dec 2006
    Location
    near Atlanta Georgia
    Posts
    214
    Plugin Contributions
    0

    Default Re: Product Images - Larger Image View


  4. #4
    Join Date
    Sep 2008
    Posts
    431
    Plugin Contributions
    0

    Default Re: Product Images - Larger Image View

    I got the same problem too.................. Lots of folks do.

    Ian
    www.redlinestands.com

  5. #5
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Product Images - Larger Image View

    You can work with the script for sizing in the
    /includes/modules/pages/popup_images/jcript_main.php

    Try something like this, but again, you have to work with these settings:
    Code:
    if (window.navigator.userAgent.indexOf('MSIE 6.0') != -1 && window.navigator.userAgent.indexOf('SV1') != -1) {
    i=23; //IE 6.x on Windows XP SP2
    } else if (window.navigator.userAgent.indexOf('MSIE 6.0') != -1) {
    i=50; //IE 6.x somewhere else
    } else if (window.navigator.userAgent.indexOf('MSIE 7.0') != -1) {
    i=0; //IE 7.x
    } else if (window.navigator.userAgent.indexOf('Firefox') != -1 && window.navigator.userAgent.indexOf("Windows") != -1) {
    i=38; //Firefox on Windows
    } else if (window.navigator.userAgent.indexOf('Mozilla') != -1 && window.navigator.userAgent.indexOf("Windows") != -1 && window.navigator.userAgent.indexOf("MSIE") == -1) {
    i=45; //Mozilla on Windows, but not IE7
    } else if (window.opera && document.childNodes) {
    i=50; //Opera 7+
    } else if (navigator.vendor == 'KDE' && window.navigator.userAgent.indexOf("Konqueror") != -1) {
    i=-4; //Konqueror- this works ok with small images but not so great with large ones
    //if you tweak it make sure i remains negative
    } else {
    i=0; //All other browsers
    }
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. Link to larger image in product view causing a bit of trouble...
    By redsky in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Mar 2009, 06:25 PM
  2. View Larger Image
    By jmycr in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 24 Aug 2008, 11:27 PM
  3. Add "View Larger Image" Link to Product Listing Page
    By creative in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Feb 2008, 07:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg