@Jelby
I'm just trying to get the .gif to scale along when you change font-size on a reader.
The code:
Code:
.stroke {
display: block;
margin-top: 1.35em;
text-indent:0em;
text-align:center;
}
Html:
Code:
<p class="stroke">
<img src="Stroke2.gif" alt="Afbeelding"/>
</p>
@Notjohn
Code:
<div>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
width="100%" height="100%" viewBox="0 0 2480 3508"
preserveAspectRatio="xMidYMid meet">
<image width="2480" height="3508" xlink:href="cover.jpg"/>
</svg>
</div>
</body>
</html>