October 2, 2014 at 6:43 am #55094
Keymaster
Add following css at the end of style.css to remove slider buttons in mobile browser
@media (max-width: 767px) {
.buttonCon{
display: none;
}
}
If image width is set to 100% it will blurred in bigger screen, because it is initially loaded in smaller size ( thumbnail purpose ) .