Tagged Questions
0
votes
1answer
194 views
SVG images grow and create scrollbars when on the server
Okay so I embedded some SVG images into my page and opened it locally on Chrome and it looked fine.
I upload the same file to the server and look at the page online and the SVG images have grown by ...
5
votes
1answer
590 views
SVG in CSS backgrounds
Edit:
How can I detect in php if the client browser is capable of displaying SVG as CSS background ?
I renamed my stylesheet from .css to .css.php. So I can include at the beginning:
<?php
...