round images displayed square

hi bb out there,

on my site the round images are displayed square. Can you have a look?
http://development.entronauten.net/businessview/wp/360grad-business-panorama/

the four images are configured as round images.The portrait below as well.

Thanks for your help, regards, Chris

Hey Chris,

Welcome to the BB forums! :slight_smile:

You have another plugin on your site, Creative Portfolio, which has styling over images declared as important. If you’re using that plugin, you can use the CSS snippet below to override theirs.

.fl-photo-crop-circle img {
  -webkit-border-radius: 100% !important;
  -moz-border-radius: 100% !important;
  border-radius: 100% !important;
}

If you aren’t using the plugin, simply deactivating it should fix you right up! :slight_smile:

Ben

Great, man. It worked instantly :slight_smile:

Awesome! Enjoy BB! :slight_smile:

Ben