Hi,
We are using the logo carousel but changed from SVG’s to images as I don’t know how to change the images when it’s set to SVG. Everyting is working except for the size of the SVG’s we put in the carousel (we uploaded it to the media library and it works to just insert the URL like we would with an image.
This is what it looks like atm:
The current code is:
[
{
“name” : “Business insider”,
“image” : “http://ourwebsite.com/wp-content/uploads/2022/08/Business-Insider-logo.svg”,
“accent” : “#1876f2”
},
Is there any code we can add to control the size of it?
Thank you!