Deprecate the imageSmoothing option for sources
This commit is contained in:
15
examples/interpolation.css
Normal file
15
examples/interpolation.css
Normal file
@@ -0,0 +1,15 @@
|
||||
@media (min-width: 800px) {
|
||||
.wrapper {
|
||||
display: flex;
|
||||
}
|
||||
.half {
|
||||
padding: 0 10px;
|
||||
width: 50%;
|
||||
float: left;
|
||||
}
|
||||
}
|
||||
#opacity {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
Reference in New Issue
Block a user