shadow on transparent png images
Hi! My question:
In the image below, the shadow was applied to the box, not the image. How could I apply the shadow *on the image*?
Thanks!
Hi! My question:
In the image below, the shadow was applied to the box, not the image. How could I apply the shadow *on the image*?
Thanks!
Comments
Hi,
Please, open the Style tab of the Image element, and set the Border radius to it.
Thanks
Ok, thank you! But in cases with jagged edges, like in the image below?
The box-shadow is assigned to the container in which the image is placed.
There is no option to add it to an image with no regular edges, and it is how this CSS works.
If you want to add some shadow to an image like that, you need to do it through a graphic app like Photoshop.
You can read more about the box-shadow under the following link:
https://www.crazyegg.com/blog/css3-box-shadow/
Best regards