Announcement

Collapse
No announcement yet.

Best Sellers Image Size

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

    Best Sellers Image Size

    Is it possible to change the image size in the Best Sellers list on the home page?

    I have checked the knowledge base but not managed to find anything on this.

    Many thanks
    Paul

    #2
    This has been covered in several guises before .. try http://community.actinic.com/showthread.php?t=22410 for starters and inspiration from Sir Norman


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment


      #3
      It's easier than that! In Design mode, click a Best Seller image. Look in the code window for

      width="75"

      change it to suit.
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        So simple when you know. AUG please...

        Comment


          #5
          Or create a new Variable BestSellerImageWidth of type Number and a default value of 75. Then replace

          width="75"

          with

          width="<actinic:variable name="BestSellerImageWidth" />"

          and you can now adjust the size via Settings.
          Norman - www.drillpine.biz
          Edinburgh, U K / Bitez, Turkey

          Comment


            #6
            Normans answer in the linked thread will resample the image so you could save some page overhead if you have large images simply resized


            Bikster
            SellerDeck Designs and Responsive Themes

            Comment


              #7
              Thanks Norman, worked a treat!

              Comment

              Working...
              X