05.05.2026

Как скрыть битые картинки на сайте?

Как скрыть битые картинки на сайте?

body.single .entry-content img {
    position: relative !important;
    display: block;
}
body.single .entry-content img:after {
    content: " ";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
guest
Закрыть меню