Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

figure #19

Open
xgqfrms opened this issue Dec 1, 2019 · 4 comments
Open

figure #19

xgqfrms opened this issue Dec 1, 2019 · 4 comments
Labels
figure & picture & image figure & picture & image

Comments

@xgqfrms
Copy link
Owner

xgqfrms commented Dec 1, 2019

figure

image

@xgqfrms
Copy link
Owner Author

xgqfrms commented Dec 1, 2019

file:///Users/xgqfrms-mbp/Desktop/CSS%20%E6%8F%AD%E7%A7%98.pdf

@xgqfrms
Copy link
Owner Author

xgqfrms commented Dec 1, 2019

@xgqfrms xgqfrms added the figure & picture & image figure & picture & image label Dec 2, 2019
@xgqfrms
Copy link
Owner Author

xgqfrms commented Dec 2, 2019

picture & image srcset

https://github.com/xgqfrms/CSS3/issues/11

image

@xgqfrms
Copy link
Owner Author

xgqfrms commented Dec 2, 2019

<figure>
  <img
    srcset="elva-fairy-320w.jpg, elva-fairy-480w.jpg 1.5x, elva-fairy-640w.jpg 2x"
    src="elva-fairy-640w.jpg"
    alt="Elva dressed as a fairy"
  />
  <figcaption>A Caption</figcaption>
</figure>
<figure>
  <source type="image/svg+xml" srcset="pyramid.svg">
  <source type="image/webp" srcset="pyramid.webp"> 
  <img src="pyramid.png" alt="regular pyramid built from four equilateral triangles">
  <figcaption>A Caption</figcaption>
</figure>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
figure & picture & image figure & picture & image
Projects
None yet
Development

No branches or pull requests

1 participant