.item-media .round

When using the item-media is there an override to make the picture/icon round?

Something like:

<li class="item-content">
  <div class="item-media round"><img src="https://cdn.framework7.io/placeholder/fashion-88x88-4.jpg" width="44" />
  </div>
.
.
.

You can add class .round to your CSS and add border radius. There is no anything like this built in

Thanks for that! I knew you’d have an easy solution!