Image size

Discussion in 'SaleJunction E-Commerce WordPress Theme' started by zvonko, Aug 11, 2015.

  1. zvonko

    zvonko Guest

    Joined:
    Apr 27, 2013
    Messages:
    36
    Likes Received:
    0
    How to increase the size of pictures as the photo attached (200 x 200 px)?

    photo-size.png
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi,

    First, follow the screenshot given below.
    salejuction_change_product_thumbnail_image.png

    Now, paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .productlisting .pgallery .thumbnail li img, 
    .thumbnail li img {
        width: 200px;
        height: 200px;
    }
    Note:- Use the same height and width in CSS code that you used for the thumbnails ( in screenshot).

    Regards!
    Praveen
    InkThemes.com
     
  3. zvonko

    zvonko Guest

    Joined:
    Apr 27, 2013
    Messages:
    36
    Likes Received:
    0
    Thank you for your prompt response.
     

Share This Page