• I am getting issues when trying to make my site ‘Accessible’.

    Issue 1:
    “Content inserted with CSS is not read by some screen readers, and not available to people who turn off style sheets.”
    For this file: plugins/pojo-accessibility/assets/css/style.min.css?ver=1.0.0

    Issue 2:
    SVG images are not supported by older browsers.
    The SVG image will not be displayed.

    Is is possible to show images in a different format?

    Thanks

Viewing 1 replies (of 1 total)
  • Yes. You can convert the SVG file to base64 PNG code. You can find free converters online. You will need to replace the SVG file link with the img tag with src=”base64 PNG code”. You can Google-search how to do this.

Viewing 1 replies (of 1 total)
  • The topic ‘SVG Accessibility Issues’ is closed to new replies.