• Hi

    This is the link of my website https://www.fabrixity.com/

    The dimensions for the images I’m using is 1500 × 1000

    I have also set the Image Slider Height (px) to 1000

    However on my Mobile Version, the entire image can’t be seen just as it was on the desktop version.

    How do I remedy this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Because the Image Slider Height (px) in the mobile version is not set to 1000, it more than likely defaults to “auto” or some much lesser number than 1000, as a slider with a 1000px height could not be viewed on a mobile device.

    So, the theme’s slider in mobile “mode” is loading an image of 1000px in height into a slider whose height is much less, therefore not all the image will show.

    Check the theme’s slider settings of the slider for what they are in mobile version.

    See if the slider you are using is compatible with WordPress version 4.4.1, as it should automatically load a smaller version of your images when in mobile.

    Also, since Terrifico was last updated: July 7, 2015, it probably isn’t compatible with WordPress 4.4.1. Perhaps time for a new theme.

    HappyTortoiseCreative

    (@happytortoisecreative)

    You simply need to make your slider responsive,

    Edit your custom CSS and use this code:

    .da-slider {
    width: 100%;
    height: auto;
    }

    I would like to know how you got the instagram widget?

    chrisyoung1270

    (@chrisyoung1270)

    Would the custom CSS work also for the width? I am using the same theme (Terrifico) and added the code above in EDIT CSS but the images on the slider of my site, when viewed from a mobile device, are chopped off.

    The size of the images on my slider are 1500 x 500 because that’s the size that would cover the entire width of the screen when viewed from a PC. My site is https://www.avbbcorp.com

    Any suggestion is appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Slider (Mobile Version)’ is closed to new replies.