Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <svg
  2. viewBox="0 0 1024 640" // Image size
  3. role="image"
  4. aria-label="Image title + Image descrption"
  5. preserveAspectRatio="xMidYMid slice" // object-fit: cover
  6. style="width: 30%; height: 200px" // fixed height, adaptive width
  7. >
  8. <title>Image title</title>
  9. <description>Image description</desciption>
  10. <image xlink:href="image.jpg">
  11. </svg>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement