• Hey,

    I like the three circles but I want it so that the circle shows the whole image already without the need to hover over it. Any help would be appreciated.

Viewing 1 replies (of 1 total)
  • This is close:

    .round-div {
      display: block;
      position: absolute;
      width: 250px;
      height: 240px;
      z-index: 99;
      -webkit-border-radius:60px;
      -moz-border-radius: 500px;
      border-radius: 900px;
      border: 55px solid #fafafa;
      top:-50px;
      left: -50px;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Make feature image whole without hover effect’ is closed to new replies.