• Resolved lotsamottsa

    (@lotsamottsa)


    Will this slider work with adaptive images?

    I am trying to set up one slider on a homepage… if on desktop I want a full screen slider with desktop loaded images, but resize to a different proportion with different loaded images on mobile devices…

    Would this be possible with this plugin?

    https://www.ads-software.com/plugins/master-slider/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author averta

    (@averta)

    Hi,
    If you mean load different image for different sizes not it is not possible.
    Master Slider resize the images for different sizes but.
    A good way would be create 2 different slider one for desktop and one for mobiles and use a plugin to change the Master Sllider shortcode based on the screen size.

    Regards

    Thread Starter lotsamottsa

    (@lotsamottsa)

    I have created two different, but I’d rather use php than a plugin..I figured an ok workaround if anyone is interested.. I’ll just load the mobile slider on mobile devices and then load both on desktop and hide one based on resolution via media query. At least this way I’m not loading both on mobile.

    <?php
    if ( wp_is_mobile() ) {
    	/* Display and echo mobile specific stuff here */
    }
    ?>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Does this slider work with Adaptive Images?’ is closed to new replies.