Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Additional Image Resizing in Stylesheet

    Hi

    After following another post in this forum I added

    #productAdditionalImages img {
    width: 60%;
    height: 60%;
    }

    to my stylesheet to specify a size for my additional product images without it affecting my "customers also purchased" product sizes.
    This works in Firefox, but for some reason in IE the additional images appear short and fat.

    Any help would be really appreciated.

    Thanks

    Craig

  2. #2
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Additional Image Resizing in Stylesheet

    Try this in the sytle sheet

    Code:
    .additionalImages {
    	width: 60%;
    	height:inherit;
    }
    It worked for me.

  3. #3
    Join Date
    Oct 2008
    Posts
    109
    Plugin Contributions
    0

    Default Re: Additional Image Resizing in Stylesheet

    Thanks for that. I tried it and other similar combinations without success. I've also noticed that whenever the additional images are clicked on they return to the correct size (the problem is still in IE only).
    Any help really appreciated as i've had this problem for quite some time and it makes the site look pretty shabby.
    Thanks
    Craig

 

 

Similar Threads

  1. v153 Larger image popup not resizing - image is tall and skinny
    By laurelsstitchery in forum General Questions
    Replies: 4
    Last Post: 13 Oct 2014, 05:06 PM
  2. resizing additional image LRG.
    By Snaggle in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 2 Jul 2011, 06:09 AM
  3. Resizing ONLY additional image thumbnails?
    By SML16 in forum General Questions
    Replies: 3
    Last Post: 29 Jul 2010, 04:59 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