Title: css code border radius image
Last modified: December 17, 2023

---

# css code border radius image

 *  [indisguise01](https://wordpress.org/support/users/indisguise01/)
 * (@indisguise01)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/css-code-border-radius-image/)
 * how i can add a border-radius in this image
 * [https://pinoyconnect.com/wp-content/uploads/2023/12/Screenshot0023.png](https://pinoyconnect.com/wp-content/uploads/2023/12/Screenshot0023.png)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-code-border-radius-image%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/css-code-border-radius-image/#post-17285422)
 * Hi,
 * the way you have it set up right now it is not really possible as the images 
   are resized inside a box, so the border-radius cannot be applied correctly.
 * You would need to first change how the images fit inside the available space,
   to do that edit the Classifieds List block on your homepage from the wp-admin/
   Pages panel, click on the Classifieds List, then in the right sidbear go to to
   the “Grid View Options” section and in the field “Image Fit” select “Cover” and
   save the page.
 * Once you do that you can go to the wp-admin / Appearance / Customize / Additional
   CSS panel and add there the below code
 *     ```wp-block-code
       .home .wpa-picture-grid img {
         border-radius: 15px !important;
       }
       ```
   
 * That said please note the “Cover” image fit stretches the image to fill all available
   space, so it will work best (or maybe only) with the images that have (in your
   case) size 305×224 otherwise they will show stretched.

Viewing 1 replies (of 1 total)

The topic ‘css code border radius image’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/css-code-border-radius-image/#post-17285422)
 * Status: not resolved