The default option for 'images' is for any img tag on the page. If I want to check against a background image, I need to set 'images' to the class of the elements that have a background image (or any images with that class).
Is there a way to tell BackgroundCheck to check against all img tags AND a certain class for background images?
One solution is to attribute a class for both img tags and elements with background images I want to check, but It would be better (cleaner) to use multiple selectors.
The default option for 'images' is for any
img
tag on the page. If I want to check against a background image, I need to set 'images' to the class of the elements that have a background image (or any images with that class).Is there a way to tell BackgroundCheck to check against all
img
tags AND a certain class for background images?One solution is to attribute a class for both
img
tags and elements with background images I want to check, but It would be better (cleaner) to use multiple selectors.