Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
Why a plugin? You can simply assign a class to an image and crop it with css. For example:
img.img-post {
display: block;
width: 300px;
height: auto;
}
Hello.
CSS implementation example
https://jsfiddle.net/mnbxp6m9/2/
Image aspect ratio should be 1:1
Assign a class to the image and add a property
border-radius:100%;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question