K
K
Kirill Gorelov2016-01-17 19:08:20
PHP
Kirill Gorelov, 2016-01-17 19:08:20

How implemented: make a screen of different sizes for display?

Hello. Guys, tell me how such a thing is implemented?
prntscr.com/9r9iyh
prntscr.com/9r9j9i
It adjusts screen sizes (mobile, tablets, PC) thereby helping to view pages in different resolutions.
How can I do the same? Most likely there is already a ready-made such thing!
I just don't know how to google it properly. And generally do!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Mr Crabbz, 2016-01-17
@Kirill-Gorelov

$("button#mobile").click(function(){
   $("iframe#mobile").css("width", "480px").css("height", "800px");
});

More or less like this.

E
entermix, 2016-01-17
@entermix

Media Queries

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question