Viewing 1 replies (of 1 total)
  • Thread Starter ChrisColston

    (@chriscolston)

    Still doesn’t show on Safari/apple mobile devices. I inherited this custom theme, so unpicking it is a nightmare? have added the following to the functions.php as well as trying numerous plugins.

    // Add SVG Support
    
    function cc_mime_types($mimes) {
      $mimes['svg'] = 'image/svg+xml';
      return $mimes;
    }
    add_filter('upload_mimes', 'cc_mime_types');

    https://marcelliottphotography.co.uk/uncategorized/svg-dummy/

Viewing 1 replies (of 1 total)
  • The topic ‘SVG and OS X/iOS browser support’ is closed to new replies.