Good afternoon, I’m designing my online store with Shopify. I made a slideshow that was perfectly sized for desktop users; on mobile, on the other hand, it got too small. Can I use a image for desktop different from the one I am willing to use for mobile? When I used a code to get the image bigger on mobile only, It cuts a big part of the image.
@media screen and (max-width: 640px) {
.banner–adapt_image {height: 300px;}
}
Can I use different images from desktop to mobile?

