Announcement

Collapse
No announcement yet.

Product image in section size

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

    Product image in section size

    Hi, I have an issue which is bugging me.

    When I make a product image clickable in the section it reduces the size of that image to a tiny little image which GOOGLE sees as "image too small" in webmaster tools!

    The image gets scaled to 80 x 120px although it is sized 200 x 300px

    How can I resize that image so it appears as the small thumbnail i want it to be.

    IF i make the image NOT clickable it appears in the correct size.

    The variable ProductimageMaxWidth is

    Initial value: Use parent
    and
    Top Level :284

    This page has the image clickable
    http://www.danish-homestore.com/acat...g_bureaus.html

    This page has the image NOT clickable
    http://www.danish-homestore.com/acat...torage-p1.html

    Thanks

    #2
    Originally posted by danishouse View Post
    H

    How can I resize that image so it appears as the small thumbnail i want it to be.

    This page has the image clickable
    http://www.danish-homestore.com/acat...g_bureaus.html

    This page has the image NOT clickable
    http://www.danish-homestore.com/acat...torage-p1.html

    Thanks
    The image size in the clickable item is being set in the image layout to 80px. Go to the Design Library and scroll down to Product Image, click on the plus sign to open it and double click Small Product Image layout.

    Around line 14 you will find
    Code:
        <img src="<actinic:variable name="ProductImageFileName" />"
          border="0"
          width="80"
          title="<actinic:variable name="ProductName" encoding="strip"/>"
          alt="<actinic:variable name="ProductName" encoding="strip"/>" />
    Just change the number 80, if you make it too big then you will have problems if it is a responsive design.

    Malcolm

    SellerDeck Accredited Partner,
    SellerDeck 2016 Extensions, and
    Custom Packages

    Comment


      #3
      Thank you Malbro,

      Simple and to the point assistance.

      Comment

      Working...
      X