Lightbox Size Custom Code Help!

hey @Grant_Hindsley, pls don´t kill.

heres the solution. paste this inside the css panel of your custom code:

div:has(> [data-testid="lightbox-image"]) { width:75%!important; height:75%!important; }

it will change all lightbox images to 75% size while keeping its ratio.

peace