Currently, we always load the same resolution PNG regardless of the current device pixel ratio. Instead, we should use a MediaQuery to watch the device pixel ratio and then select an asset from the bundle that's appropriate to the current device pixel ratio.