ShellShock, davidfor, many thanks for your replies: so if I wanted to use the SVG tag, should I do something like this:
<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 480 640" preserveAspectRatio="xMidYMid meet">
<image width="480" height="640" xlink:href="images/myimage.jpg" />
</svg>
putting the tag around each image?
|