Basically this is what i can’t get rid off… Notice the empty pixels at each border.
Any ideas/suggestions would be appreciated! (JS or CSS solutions also welcome)
Thanks!
Basically this is what i can’t get rid off… Notice the empty pixels at each border.
Any ideas/suggestions would be appreciated! (JS or CSS solutions also welcome)
Thanks!
Can you try making them the same border radius?
They are not separate elements… this is just an image with its border property set to radius of 10…
Can you take a screenshot of the editor config for this?
Thanks! I ended up finding a workaround with CSS…
Here is the solution for others:
<style>
.full-border{
background: rgb(255, 255, 255, 0.5);
</style>
{addClass: "full-border"}
as the ID of your element or imageThat’s it… if Bubble would expose the background property of an image this wouldn’t be necessary…
This topic was automatically closed after 70 days. New replies are no longer allowed.