Hi @kbi_user,
I haven’t tested the two together personally, this is coming from Theme Forest’s team.
From what I can see in your screenshot, the image’s aren’t showing at your desired size when Safe SVG is turned on? The only thing that could be causing this is that Safe SVG will read the size of the image in this function and output the height/width in the image tag. This stops issues with themes not having SVG support and therefore SVGs having a width of 0px and essentially not appearing.
Ultimately, this inline width will be being pulled from the uploaded SVG files so in my eyes, the options would be:
- Update the SVGs to have the correct image sizes/viewbox as it should be on the site.
- Overwrite the inline styles using CSS and set the styles that way to appear back to the desired size.
Unfortunately, as this is ultimately an issue with a specific theme, I can’t justify removing the code from Safe SVG, as others are relying on it. Therefore, I’m closing this issue and would suggest that you either try one of the above solutions or reach out to the Theme Forest support team and ask them to help you find a solution.
Cheers,
Daryll