Dear David
@pk
If you wish to apply a 'Bleed' to certain images, i would suggest giving them all the same Custom Class E.g bleed :
(right-click on element)
[image: 1636343757808-screen-shot-2021-11-08-at-4.54.45-pm-resized.png] [image: 1636343821772-screen-shot-2021-11-08-at-4.54.50-pm-resized.png]
Then for a fullscreen bleed you can target these images and define some CSS for them, pushing them outside the frame E.g:
.bleed img{
width: 105vw;
}
( 105 viewport width, slightly wider than 100% browser width )
Or for a bleed effect on Hover:
.bleed img:hover{
width: 150vw;
transition: 0.9s ease;
}
The Custom CSS will be up to you, but i hope this sets you in the right direction. Custom CSS can be added via Lay Options > Custom CSS & HTML or through > Customize > CSS
https://laytheme.com/documentation.html#custom-css-styling
Talk soon @pk & have a wonderful day 🌻
Richard