Answer the question
In order to leave comments, you need to log in
How to make website screens scale to fit the browser window?
How to make landing screens scale to fit the browser window?
Example: kit.yandex.ru/tablet/#about
Does such a jQuery plugin exist?
Answer the question
In order to leave comments, you need to log in
if you want to make a site similar to links, then there is a One Page Scroll plugin
https://github.com/peachananr/onepage-scroll
Or some kind of picture to scale to fit the browser window
$('img').css(' height', screen.height);
$('img').css('width', screen.width);
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question