Show all of image srcset values

I noticed that Firefox shows a shortened version of an image’s srcset in Firefox devTools while Chrome shows all of it in their devTools. I think showing all of it is better, to avoid confusion around missing srcset values when debugging images. But maybe this was a conscious choice to keep markup more concise?

This is in Firefox Developer v77.0b9.

Sometimes attribute values are crazy long, so for those you may need to click to view the full value. But if you prefer the full value be displayed always, you can go into the Settings screen (F1), and in the Inspector section, uncheck the box for “Truncate DOM attributes”.

Thanks @jscher2000! I didn’t realize that double clicking on a srcset attribute would show all of it. :tada: It never looked clickable to me :slightly_smiling_face: