Support Forum
Welcome to our community! Browse the forums, share a tip, give your feedback, ask a question, and search to find answers.

White background instead of a black background when we are seeing images in fullscreen size in a gallery.

It would be great if there was an option to have a white background instead of a black background when we are seeing images in fullscreen size in a gallery :)

5replies Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
  • Hello.馃憢Thank you for the suggestion! We will make sure to pass this as a feature request. 

    Like 1
  • Thank you :)

    Like
    • Rui Ferreira Always welcome!

      Like
  • Hi Rui, unfortunately, the mentioned functionality is not planned for our feature releases, but you can achieve that through the Custom HTML Element. Let us know if we can be any more help!

    Like
  • 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 to be, either as a word, hex or RGB value (eg: white, #FFFFFF or 255,255,255)

     

    Note: this turns all the backgrounds that color, so this is only useful if you want your gallery background to be the same color as your main background!

    Like
Like Follow
  • Status Not planned
  • 2 yrs agoLast active
  • 5Replies
  • 61Views
  • 3 Following