Using mask in images loaded from database.
Posted: Fri Oct 10, 2014 9:23 pm
How can I load images from a database and use them in a circle clipping mask so the images look all the same way.
This is an example of what i'm trying to do:
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
How can I load images from a database and use them in a circle clipping mask so the images look all the same way.
This is an example of what i'm trying to do:
Hello!
You can add in for image class round and specify the following rule in CSS:
pre.round {
border-radius: 50%;
}/pre