I have the following css class:
.watermark {
background-image: url('Images/MyImage.svg');
}
Now, I want to render different image based on the device[touch/non touch based]. Is it possible through bootstrap? Or Javascript/JQuery is the only option? Any help will be highly appreciated. Thanks in advance.