L
L
lukepker2018-03-12 23:35:09
WordPress
lukepker, 2018-03-12 23:35:09

Which wordpress plugin to use for photo cropping?

Hello, please tell me some kind of plugin for vp that allows you to make uploaded photos round...

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vyacheslav Borgomotov, 2018-03-13
@v-borgomotov

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;
}

O
Orkhan Hasanli, 2018-03-13
@azerphoenix

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 question

Ask a Question

731 491 924 answers to any question