We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9a396 commit c7b2299Copy full SHA for c7b2299
src/blocks/section-break-the-grid/style.scss
@@ -272,7 +272,13 @@
272
top: 0;
273
bottom: 0;
274
275
- > img {
+ > picture {
276
+ position: relative;
277
+ height: 100%;
278
+ width: 100%;
279
+ }
280
+
281
+ img {
282
height: 100%;
283
width: 100%;
284
object-fit: cover;
@@ -349,13 +355,14 @@
349
355
&__figure {
350
356
position: relative;
351
357
352
358
+ picture,
359
353
360
354
361
362
}
363
- > img,
- > video {
364
+ img,
365
+ video {
366
opacity: var(--smb-section-break-the-grid--mask-opacity);
367
368
0 commit comments