-
Re: White background instead of a black background when we are seeing images in fullscreen size in a gallery. I managed to acheive this by inserting the following custom HTML at the top of the gallery page: <style> div { background: color; } </style> Replace 'color' with the color you want your background…