У нас вы можете посмотреть бесплатно The Name is Masonry, CSS Masonry - Frontend Engineering Explained или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
NOTE: At the beginning and somewhere to the end I say. "grid", but of course there is no grid and it is flex 🙈 Masonry has been, and in some ways still is, this elusive layout one the web. You can do it, but it requires JavaScript which is not really an ideal situation. You do not really want to rely on JavaScript for layout, just as we do not want to do layout in HTML. We want to use CSS for that. In this video I look at what is possible today concerning masonry layouts, what can be done with a little help from JavaScript, and one possible future where masonry is just another layout mode in CSS. No JavaScript required. masonry.js: https://github.com/desandro/masonry Packery: https://github.com/metafizzy/packery Masonry in Chrome: https://developer.chrome.com/blog/mas... From the Webkit blog: https://webkit.org/blog/16026/css-mas... Code used in the video: https://github.com/schalkneethling/we... #css #javascript #masonry