Damir Dado Salkic
Damir Dado Salkic

Reputation: 13

Web page scalable to all resolutions ..?

I have recently uploaded my web pages to a server and have been testing it in different screen sizes and resolutions. My web pages look good until I download to smaller resolutions such as 800 x 600, 640 x 480 and 240 x 320. Can anyone tell me what code I should be using to make my web page scalable to all resolutions?

This is mywebsite bingotuzla

Upvotes: 0

Views: 96

Answers (2)

Hamed mayahian
Hamed mayahian

Reputation: 2343

You should convert your website Design to Responsive Design

Responsive Web Design (RWD) is a Web design approach aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from mobile phones to desktop computer monitors)

Upvotes: 0

Justinas
Justinas

Reputation: 43479

Use css media queries so that you can fit best to all resolutions. Also it's good tool in FF ctrl+l.shift+m to check smaller resolutions

Upvotes: 1

Related Questions