View Single Post
Old 04-04-2015, 07:22 AM   #17
JLius
Village idiot
JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.JLius ought to be getting tired of karma fortunes by now.
 
JLius's Avatar
 
Posts: 157
Karma: 519566
Join Date: Mar 2014
Location: Belgium
Device: sony PRS T-1
@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>
JLius is offline   Reply With Quote