Is there a way to make the images responsive?
Find this block of code IMG.userbannercenter in the css file for the plugin and replace with this
IMG.userbannercenter { display: block; margin-left: auto; margin-right: auto; width: 100%; height: auto; }
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
It doesn't seem to work @vrijvlinder
Make sure you set the maximum size for the image in the dashboard.
Add !important to the values
width: 100%!important; height:auto!important;
If it still does not work, I need a link to see it..
Ohhh now it's working. I changed the width to:
max-width: 100%,
Thanks @vrijvlinder
Comments
Find this block of code IMG.userbannercenter in the css file for the plugin and replace with this
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
It doesn't seem to work @vrijvlinder
Make sure you set the maximum size for the image in the dashboard.
Add !important to the values
If it still does not work, I need a link to see it..
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Ohhh now it's working.
I changed the width to:
max-width: 100%,
Thanks @vrijvlinder