<div style="height: 500px"></div>
<div class="other-03" style="background-image: url(https://picsum.photos/800/400)"></div>
<div class="other-03__cover"></div>
div(style='height: 500px')
.other-03(style='background-image: url(' + img + ')')
.other-03__cover
{
  "img": "https://picsum.photos/800/400"
}
  • Content:
    $BLOCK_NAME: '.other-03';
    
    #{ $BLOCK_NAME } {
      position: sticky;
      top: 0;
      height: 400px;
      background: no-repeat center center;
      background-size: cover;
    
      &__cover {
        position: relative;
        z-index: 1;
        height: 1000px;
        background: #fff;
      }
    }
    
  • URL: /components/raw/other03/other03.scss
  • Filesystem Path: src/components/others/1_20/other03/other03.scss
  • Size: 260 Bytes