Hi guys just wondering got some code in html,css and javascript. However i was wondering how to make that page show up in a resolutions i choose.
<div class = "Web">
<img src="../images/Web.png" alt="Web">
</div>
So for example if the person is viewing it on a screen resolution of 19200 x 1200 i would want that guy to see it in 1024 x 768 then obv he can zoom in and zoom out by himself if he chooses.
The code i gave was just an example. Thanks for the help
Why would you want it to show up in another res? Doesn’t make sense to me.
If it was me I’d use media quires to define the viewing experience and use @2x for iDevices.
Or use responsive web design
http://www.getskeleton.com/ this is what i use.