Support for SVG images
See original GitHub issueI’ve added SVG as an image type but the manager will not let me upload it. Is there a way around this?
// add supported image type
Piranha.App.MediaTypes.Images.Add(".svg", "image/svg+xml");
Issue Analytics
- State:
- Created 4 years ago
- Comments:14 (9 by maintainers)
Top Results From Across the Web
SVG (basic support) | Can I use... Support tables for HTML5 ...
SVG (basic support). - CR. Method of displaying basic Vector Graphics features using the embed or object elements. Refers to the SVG 1.1...
Read more >SVG as an Image - SVG: Scalable Vector Graphics | MDN
SVG images can be used as an image format, in a number of contexts. Browsers support SVG images in:
Read more >SVG files: How to create, edit and open them
Only modern browsers can support SVG images. You may find it a challenge to use SVG files with Internet Explorer 8 and other...
Read more >SVG Support – WordPress plugin
Safely upload SVG files to your media library and use them like any other image. Now with optional sanitization! But SVG Support has...
Read more >Enable SVG Support in WordPress
Enabling SVG support in WordPress can help protect your site from unsecure files & other threats. Check out the WP Engine how-to guide...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This will be release in
7.1
you can now add a media type that doesn’t support processing with:All calls for getting a resized version of the image will return the original URL.
Got it work now. Problem with my browser i think