Client hint

This commit is contained in:
Mayeenul Islam 2016-10-26 19:15:38 +06:00
parent f2df91edb8
commit ffc2bb9f9a
1 changed files with 2 additions and 1 deletions

View File

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