Slider photos not visible on mobile

Discussion in 'Blackriders WordPress Theme' started by maggiemae, Jan 19, 2015.

  1. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    First of all thank you for all the help so far :)

    When I open my website on my mobile phone the slider photo's don't appear.
    What can I do about it?

    If you want to check it the website = test.aangepastwonen.info

    Thank you.
     
  2. praveen

    praveen Support Staff

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

    I have checked your website and find that your are using pdf file in slider in place of images.
    So, kindly use images in slider of .jpg or .png format.

    Thanks,
    Praveen
     
  3. maggiemae

    maggiemae Member

    Joined:
    Dec 15, 2014
    Messages:
    139
    Likes Received:
    0
    Thanks! I changed it to a jpg. and now it is visible but not good.

    See attachment.

    I used the optimal size of the image.

    What can I do?
     

    Attached Files:

  4. praveen

    praveen Support Staff

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

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    .flexslider .slides img {
    height: auto !important;
    }
    .flexslider .slides {
    height: auto !important;
    }
    Thanks,
    Praveen
     

Share This Page