Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
.attachment-post-thumbnail:after {
position:absolute;
content:'';
background:url();
width:200px;
height:150px;
top:0;
left:0;
}
.attachment-post-thumbnail {
position:relative;
}
<div class="thumbnail">
<div class="image-preview">
<a href="/zapis-42.html">
<img width="200" height="150" src="/wp-content/uploads/59621rm_19_365-200x150.jpg" class="attachment-post-thumbnail wp-post-image" alt="59621rm_19_365"></a>
</div>
</div>
выше мой код сss должен подойти.код
HTML:<div class="thumbnail"> <div class="image-preview"> <a href="/zapis-42.html"> <img width="200" height="150" src="/wp-content/uploads/59621rm_19_365-200x150.jpg" class="attachment-post-thumbnail wp-post-image" alt="59621rm_19_365"></a> </div> </div>
.image-preview:after {
position:absolute;
content:'';
background:#000;
width:200px;
height:150px;
top:0;
left:0;
pointer-events:none;
}
.image-preview {
position:relative;
}