Announcement

Collapse
No announcement yet.

Latest products

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Latest products

    Hi,

    We have changed our latest product listings on our homepage, however some of the images are stretched and look odd, I cannot seem to find where to edit the size of the images, i have tried editing the image on the priduct page however this does not make a difference.

    Amy ideas are welcome

    Below is the URL so you can see what i mean. Images that are out of proportion are the Steelmate PTS400EX, Steelmate PTS800EX and Bury CC9048

    http://www.avrmobiles.co.uk/
    http://www.avrmobiles.co.uk

    #2
    The height and width of all the images used need to be 150 x 150px, or at least square and will then resize to 150 x 150.

    Comment


      #3
      Thanks Duncan, what image needs to be this size, is it the sub section image or the product image?
      http://www.avrmobiles.co.uk

      Comment


        #4
        The product image - but all you need to do is make sure they're square.

        Comment


          #5
          thanks Duncan.
          http://www.avrmobiles.co.uk

          Comment


            #6
            SellerDeck V10 as standard uses the following code to display the New Product image when using the Mini New Product Item layout:
            Code:
            <img style="border: 0;" src="<actinic:variable name="ProductImageFileName" />" width="75" alt="<actinic:variable name="ProductName" encoding="strip"/>" />
            So the image is displayed at 75px wide and, as no height is specified, the height will be proportional and look good.

            Looks like you've changed this to be width="150" and at the same time made the height a fixed height="150" too.

            Result is that non square images will looked squashed.

            Either:

            1) Make sure that all your product images are square. Or just those that will be used in New Products.

            2) Amend the layout you're using for these New Products to remove the width="150" bit.

            You may also have similar issues with Best Sellers (if you use these).
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              The change was made to be 150x150 some time ago when I was involved in the site design to save breaking any layouts due to incorrectly proportioned images.

              Comment


                #8
                Ahah. In that case the layouts are correct as they are, and the client just need to remember to use square images.
                Norman - www.drillpine.biz
                Edinburgh, U K / Bitez, Turkey

                Comment

                Working...
                X