TourMkr CSS Recipes
  • GoThru
  • Recipes
  • Documentation
  • Blog
Sign in Subscribe

How to increase the brightens for your whole Virtual Tour vis CSS

Last updated on  Apr 23, 2022
How to increase the brightens for your whole Virtual Tour vis CSS

Add Code Plugin, and in the Head section copy / paste the below code

<style>
#overlay #viewer canvas {
 filter: brightness(1.15);
 }
</style>
Previous How to add your Copy Right to your Virtual Tours
Next Left and Right Arrows
TourMkr CSS Recipes © 2025
Powered by Ghost