common.scss 99 B

1234567
  1. .lazy-img{
  2. overflow: hidden;
  3. .u-image {
  4. width: 100% !important;
  5. height: 100% !important;
  6. }
  7. }