<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img.lazy,
img.lazy-custom {
    height: 200px; 
    width: 100%;
    background-image: url(loading.gif);
    background-size: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

</pre></body></html>