I have a html and i have also a carousel with pictures. But on small devices they don't look good. So my question is how can i hide the div if the width is less than 1015px? Here is my div
:
<html>
<body>
<div id="myCarousel" class="carousel slide" data-ride="carousel">
</body>
</html>
I know already that i have to use javascript or css. But it didn't work for me. So can someone tell me which javascript i have to use for this?