Slider Images Suddenly Giant Size

Discussion in 'RoadFighter WordPress Theme' started by garbo, Jun 23, 2015.

  1. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Hello;
    The slider images on RoadFighter theme have increased in size by at least twice what they originally were.

    How can they be decreased to their previous size?

    http://deanjonesreversemortgages.com

    Thank you.
     
  2. praveen

    praveen Support Staff

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

    For your information, the slider adjust its size according to the resolution of slider image.
    Kindly use image of resolution 1280*574 for the slider image.

    Thanks,
    Praveen
     
  3. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Do you have some code to use in the styling options to resize the images in the slider? The images used on this site displayed as the correct size, until just recently. (Possibly caused by a Wordpress update.)
    Your recommendation to use 1280 x 574 contradicts what is in the theme options for this theme.

    Here is what the Road Fighter theme says in the slider section of the theme options:
    The optimal size of the image is 1920 px wide x 860 px height, but it can be varied as per your requirement.

    Your assistance will be appreciated.
     
  4. praveen

    praveen Support Staff

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

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .flexslider .slides img {
      width: auto !important;
      height: 725px !important;
      margin: 0 auto !important;
    }
    Please increase/decrease the value of height and adjust it according to your requirement.

    Hope it will resolve your issue :)

    Thanks,
    Praveen
     
  5. garbo

    garbo New Member

    Joined:
    Dec 28, 2011
    Messages:
    18
    Likes Received:
    0
    Thanks Praveen, but that did not work.

    I tried several different height dimensions and also tried using "auto" - None of these reduced the height of the images.
    I checked my original image height sizes and they are: 577, 763, 564, 565, 576, and 860

    As I said, the slider images all looked good and were slightly above the fold, until just recently. I don't know what happened to change them.

    Thank you for your help.
     
  6. praveen

    praveen Support Staff

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

    Please send us your website WordPress login details at [email protected] along with the thread link.
    Also, send us some edited screenshot indicating/marking the size/dimension of image you want to show in front page slider.

    Thanks,
    Praveen
     

Share This Page