I'm looking for a CSS example that only selects IMG elements that are smaller than X px.
I assumed that something similar to "@media (max-width: X px)" could be possible, but I couldn't fiddle the right combination.
Maybe you have the compelling idea.