How do I change the vertical size of the slider images in the blackbird pro theme?

Discussion in 'BlackBird WordPress Theme' started by weso, Jun 24, 2013.

Thread Status:
Not open for further replies.
  1. weso

    weso New Member

    Joined:
    Jun 22, 2013
    Messages:
    5
    Likes Received:
    0
    Hi,
    How do I change the vertical size of the slider images in the blackbird pro theme? The current 'Recommended size' (950px width x 390px height) is way too big.

    I want to upload a vertically smaller image (height 250px by 950px width).

    When I attempted to upload a vertically smaller image in the slider it attempts to resize the image, streching and pixelating the image to match the 'recommended size'.
    Thx
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .flexslider .slides img {
    width: 950px;
    height: 250px;
    }
    This will solve your issue.
     
  3. weso

    weso New Member

    Joined:
    Jun 22, 2013
    Messages:
    5
    Likes Received:
    0
    Works like a treat, Thx
     
Thread Status:
Not open for further replies.

Share This Page