Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • freissmann Developer
    #182283

    We integrated responsive slider with puresite and everything works fine – just if you open site with an device smaller 380px width slider looks not very good. so is there any way to show an image instead of an picture when display size is smaller then mentioned size?

    Dev site can be found here.

    freissmann Developer
    #473246

    Ok, problem is solved by adding the following CSS:

    @media screen and (max-width: 379px) {
    .br-slideinfo , .br-next , .br-previous {display:none;}
    }

    This simply removed controls and slideinfo when screen size is smaller 370px

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 1 voice, and was last updated by  freissmann 12 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum