Search
 
SCRIPT & CODE EXAMPLE
 

HTML

img srcset

<img 
    src="http://placehold.jp/3840x3840.png"

    srcset="http://placehold.jp/3840x3840.png 3840w,
            http://placehold.jp/2048x2048.png 2048w,
            http://placehold.jp/1920x1920.png 1920w,
            http://placehold.jp/1200x1200.png 1200w,
            http://placehold.jp/1080x1080.png 1080w,
            http://placehold.jp/828x828.png 828w,
            http://placehold.jp/750x750.png 750w,
            http://placehold.jp/640x640.png 640w"

     sizes="(max-width: 480px) 100vw, 
            (max-width: 1024px) 50vw, 
            33vw"
/>
Comment

srcset

<img srcset="uswnt-480.jpg 480w, 
             uswnt-640.jpg 640w, 
             uswnt-960.jpg 960w,
             uswnt-1280.jpg 1280w" 
     sizes="(max-width: 400px) 100vw, 
            (max-width: 960px) 75vw, 
            640px" 
     src="uswnt-640.jpg" alt="USWNT World Cup victory">
Comment

srcset

<img srcset="crest-383.jpg 1.5x, crest-510.jpg 2x" src="crest-255.jpg" alt="USWNT crest" />
Comment

PREVIOUS NEXT
Code Example
Html :: html code editor 
Html :: 503 service unavailable error 
Html :: ubuntu 17.04 vmware 
Html :: metal gear 
Html :: meta tag 
Html :: To use <s:select tag inside a <td for a proper dropdown use theme="simple" 
Html :: map box hyperlink 
Html :: how to add command in html 
Html :: unyson demo import fail 
Html :: bootstap loading 
Html :: how to create a currency select options on a html website 
Html :: give html content to canavas 
Html :: how to accept pasted image in html 
Html :: how to make the ignore part html like in ## 
Html :: a tag redirect to particular section of another page 
Html :: app:lintVitalRelease output fir 
Html :: jinja2 html attributes 
Html :: place autocomplete showing city and country only 
Html :: label input mdn 
Html :: html,css,javascript top 50 quetions 
Html :: how to deserialize if response is html 
Html :: make a live photo uploading website html 
Html :: <h1 
Html :: display sqlite text with jinja as HTML paragraph 
Html :: how to put < in html 
Html :: /etc/ 
Html :: how to convert divs to accordians responsively 
Html :: 6 May 2492. 
Html :: rrtrt 
Html :: typo3 params lost pagination 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =