blob: 87309674db2ca5aa2d3a2da1dbae64b74004d324 (
plain)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html><html><head><style>
#zero-dimensions-but-min-percentages {
width: 0;
height: 0;
min-width: 100%;
min-height: 100%;
position: absolute;
}
</style><body><img id="zero-dimensions-but-min-percentages">
|