|
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='...uba-podolsk/img/icons/logo.svg' alt='logo' class='mw-100'>
| Line 4677 | |
| <img src='...b3c2017ba3d851ccabecff18eb.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| Line 1151 | |
| <img src='...27e74e0b64247015d12f5c370e.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| Line 1175 | |
| <img src='...8a8dee1848e2258c9b831e1379.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| Line 1199 | |
| <img src='...de15f64330e1ee709505e6ea7b.jpg' alt='Фитнес-клуб Zaruba' class='gallery__img w-100'>
| Line 1223 | |
| https://pd.zaruba-fitness.ru/ | | |