Click to See Complete Forum and Search --> : Browser Resolution


thatgirljenn
10-05-2008, 05:03 PM
Presently I am using Joomla, more specifically, the Chromatophore template from RocketTheme for a design district client I have.

Does anyone know how to load a template with different dimensions based on the users screen resolution setting?
Therefore, lower resolution browsers see the template in the same proportions as higher resolution browsers.

felgall
10-05-2008, 05:42 PM
The browser viewport is almost always smaller than the screen resolution but some operating systems do allow it to be larger. The only certain thing is that the screen resolution is almost certainly not the same size as the viewport.

To make your page fit the viewport you should make sizes relative by using percentages.