|
This makes the page very hard to read or click while images are loading,
and can make the page unusable on mobile devices with slow connections.
Fix by adding width and height attributes to the img tag matching the image dimensions,
or add width: and height: CSS properties for the image.
In responsive layouts, specifying width and height prevents layout jumping because the browser can
pre-calculate the final image size when CSS like this is used:
img { max-width: 100%; height: auto }
| | |
| | | |
| <img src='...otzyvy/video/thumbs/vitas.webp' alt=''>
| Line 1259 | |
| <img src='...s/images/otzyvy/otz_zvezd.webp' alt='Отзывы звезд'>
| Line 1875 | |
| <img src='assets/images/logo.svg' alt='logo'>
| Line 306 | |
| <img src='...alaklavskiy-4_800x500_410.jpeg' alt='22.04 День открытых дверей у филиалов на Балаклавском и Севастопольском' class='w100'>
| Line 1758 | |
| <img src='...903mz9q55mvnes_800x500_a82.jpg' alt='Приглашаем на день открытых дверей' class='w100'>
| Line 1770 | |
| https://www.razvitie21vek.com/ | | |