With an image in svg format I am having problems applying this CSS:
width: 100%;
height: auto;
display: block;
margin: 0 auto;
max-width: 128px;
max-height: 128px;
The image appears in all browsers except Firefox.
The height:auto
I have it so that I can go climbing in function I resize the screen but if I have it that way it is when I do not show it in FF.
How can I do it so that I can show it but I can scale it well if I resize the screen?