Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Can the picture be shown in a different shape other than a circle?
I was curious about this addon: I notice that the images show up in a circle "frame" containing the image to the right of each discussion thread, but is there any way I can change that shape, and the size of that shape?
I diddled around in the files, but I can't seem to figure out what to change and where.
Any help would be appreciated - thank you very much!
0
Comments
Yes of course it can, it's only CSS. Look at the CSS file and change the border radius to your desired shape...
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Ah, I see - so I can only adjust the radius of the circle, rather than turn it into a square for instance
Border radius can turn something into a circle, the radius would need to be relative to the size of the object.
For example , if an image size is 40px by 40px , and you make the border radius 40px, the result is a circle.
https://www.w3schools.com/cssref/css3_pr_border-radius.asp
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks for all this help, and for the quick responses - I really appreciate it. I'll fiddle around with new info you've given me.