Every day, new smartphones and tablets are entering the market with varying resolutions. If I try to create a template based on width, it will be difficult to cater to all devices. For example, there is an ASUS tablet with a 1280px width in landscape mode, which is the same width as my laptop! This makes using width as a template parameter impossible.
Is there a way to make a template responsive based on device inch rather than width?
After reading an article, I am still unsure how to calculate the device PPI and device maximum width to determine the device's inch measurement. I need a filter solution to ensure my template remains responsive, especially considering tablets are generally smaller in inches compared to laptops!