Meta tag DPR added

This commit is contained in:
Mayeenul Islam 2016-10-26 19:12:26 +06:00
parent 6fbe4d0eb0
commit f2df91edb8
1 changed files with 8 additions and 0 deletions

View File

@ -208,6 +208,14 @@ Below are the meta attributes which are not recommended for use as they had low
<meta http-equiv="Cache-Control" content="no-cache">
```
## Responsive Images
``` html
<!-- devicePixelRatio : Mentioning the device to send a header for responsive images -->
<meta http-equiv="Accept-CH" content="DPR">
<meta http-equiv="Accept-CH" content="DPR, Width">
```
## Link
``` html