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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -