After Updated To 4.0.8 Image Addon With .svg Doesn't Work - Question | JoomShaper

After Updated To 4.0.8 Image Addon With .svg Doesn't Work

M

Marius

SP Page Builder 1 year ago

Hello!

After I updated to SP Page Builder 4.0.8, the image addons no longer display the svgs. These addons work correctly if I reinstall the old version of SP Page Builder 4.0.7 The image addon is set to 180 width

I think I understood why I have this problem Below I put the css generated by Sp Page Builder

sppb-addon-LnhyJ01i0ctg_ZCvSzOG4 img {

border-radius: 0px;
width: 200;
max-width: 200;

}

If I put "px" in the Google Chrome console, the svg is visible

sppb-addon-LnhyJ01i0ctg_ZCvSzOG4 img {

border-radius: 0px;
width: 200px;
max-width: 200px;

}

In the Image addon I set on Style tab - Custom CSS - img {width:200px;} It solves the problem but this means adding the img {width:200px;} css to all image addons that use svg

1
2 Answers
Dmitry Goncharov
Dmitry Goncharov
Accepted Answer
1 year ago #108763

The bug is known. This week 4.0.9 will be released

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 1 year ago #108776

Hi

Thanks for contacting us. We have already noted this bug. I hope it will be solved in our next update.

-Regards.

0