it looks to me like the two <img> elements are identical except that one is visible up to lg size and then the other is visible at lg size and above...which is functionally identical to just having a single <img> element visible at all screen sizes.
To Reproduce
Steps to reproduce the behavior:
Use the provided HTML code and see that there are duplicate elements :sweat_smile:
What component (if applicable)
Describe the bug It seems like there's some unnecessary duplication in the HTML; in
it looks to me like the two
<img>
elements are identical except that one is visible up tolg
size and then the other is visible atlg
size and above...which is functionally identical to just having a single<img>
element visible at all screen sizes.To Reproduce Steps to reproduce the behavior:
Expected behavior
HTML similar to
instead.