html - SVG inside object tag causing height gap -


i trying add 3 svg icons via object tag , code.

<object data="/images/v3/notification-normal.svg" type="image/svg+xml"></object> 

now every time page gets loaded couple of seconds. (see screenshot)

enter image description here

it seems causing height problem while rendering svg icons or something. can see 3 dots , full svg icons when page loaded.

enter image description here


Comments

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -