Quote:
Originally Posted by Turtle91
It sounds like you haven't updated the width and height properly on your svg files. You need to do that in two places for each svg:
Code:
<div class="fullimg">
<svg xmlns="http://www.w3.org/2000/svg" height="100%" preserveAspectRatio="xMidYMid meet"
version="1.1" viewBox="0 0 width height" width="100%"
xmlns:xlink="http://www.w3.org/1999/xlink">
<image width="0" height="0" xlink:href="../Images/image.gif"></image>
</svg>
</div>
|
I do not understand. I have no gif inside my SVG...