E
E
Eugene Ordinary2017-05-02 21:29:02
HTML
Eugene Ordinary, 2017-05-02 21:29:02

What is the best way to embed SVG on the site: using img or object?

What is the best way to embed external SVG into a website and why? or
<img src="file.svg">
<object type="image/svg+xml" data="file.svg">

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey, 2017-05-02
@svistiboshka

better markup

<svg> 
 ......
</svg>

A
Alexander Poddubsky, 2017-06-09
@shamaner

inline is not cached

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question