<picture>
<source media="(min-width: 992px)" srcset="/images/xxxxxxxxxx.jpg">
<source media="(min-width: 768px)" srcset="/images/yyyyyyyyyy.jpg">
<img src="/images/zzzzzzzzzz.jpg">
</picture>
What is the best way to retrieve the active image or another tag using jQuery or CSS?