Getting stretched/zoomed slider image in Shopline ?

Getting stretched/zoomed slider image in Shopline

If you are facing problem of stretched and zoomed slider image in our theme shopline. Just add the below code in your additional css. Through this code parallax effect of images will be disable and your site will look perfect. This code will work on Front page hero slider and image.

Code

.hero-wrap #slider-div li.parallax, #hero-image.parallax{
background-attachment:initial!important;
}