Hey everyone.
I have a problem, probably on my side of the images will be displayed in two ways.
As
background-image in style.css
and marker
<Img src = "images.jpg">
I use such code
document.addEventListener('DOMContentLoaded', function () {
// Specific images
BackgroundCheck.init({
targets: '.fixed-nav',
images: '.thumbnail'
});
});
Hey everyone. I have a problem, probably on my side of the images will be displayed in two ways. As background-image in style.css and marker
<Img src = "images.jpg">
I use such code
However, it works only for background-images.
And I would like to use this two ways.
I will be grateful for your help.