width: 10%
.elementor-lightbox-image
- border-radius: 1vw
+ border-radius: 24px
- +above($content-max-width)
- border-radius: 16px
+ // Once the popup image starts to be scaled down, the border radius also needs to scale
+ +below(532px)
+ border-radius: 4.5vw // 24px / 532px * 100vw
grid-column-gap: 4.15%
constrain(grid-row-gap, 3vw, $base-width, false)
- +below(768px)
+ +below(1280px)
grid-template-columns: repeat(3, 1fr)
- +below(500px)
+ +below(768px)
grid-template-columns: repeat(2, 1fr)
img
<div class="solution-grid">
@foreach($items as $item)
- <a href="{{ $item['solution']['url'] }}" data-elementor-lightbox-slideshow="{{ $ID }}">
+ <a href="{{ $item['solution']['url'] }}">
<img class="solution-grid-thumbnail" src="{{ $item['puzzle']['url'] }}">
</a>
@endforeach