Fix small photos pixel rendering over background
This commit is contained in:
@@ -18,8 +18,8 @@
|
|||||||
|
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(100% + 1px);
|
width: calc(100% + 2px);
|
||||||
height: calc(100% + 1px);
|
height: calc(100% + 2px);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
}
|
}
|
||||||
img {
|
img {
|
||||||
display: block;
|
display: block;
|
||||||
width: calc(100% + 1px);
|
width: calc(100% + 2px);
|
||||||
height: calc(100% + 1px);
|
height: calc(100% + 2px);
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user