Currently, I have knowledge about how iOS devices with retina display can automatically detect retina images labeled with the "@2x" suffix. If this is not accurate, please correct me. As I prepare to work on a new site and aim to support retina display for the MacBook Pro, my only hesitation lies in the use of the @2x suffix. I would prefer to utilize a personally defined alternative. It is possible to call the image using media queries or JavaScript. The @ symbol has presented challenges in the command line context. My goal is to steer clear of the @2x suffix.
I am seeking confirmation regarding whether it is acceptable for me to designate my retina images with an alternative suffix and incorporate them using media query or JavaScript. In theory, this approach should function similarly to previous methods across all devices. However, as I do not consider myself an expert in this particular area, I seek assurance.
Appreciation for your assistance.