So the dpi can only be use to supply high resolution for media like images, videos etc meaning we can’t have something like this?
@media only screen and (min-resolution: 350dpi){
body{
font-size: 40px;
}
}
So the dpi can only be use to supply high resolution for media like images, videos etc meaning we can’t have something like this?
@media only screen and (min-resolution: 350dpi){
body{
font-size: 40px;
}
}
Hey @byte6953803474
Dpi is a valid unit and can be used like this but I think it’s (very ?) rarely used for content other than for images that you want to print.
This topic was automatically closed 41 days after the last reply. New replies are no longer allowed.