Change Background Color on Fullscreen

kento810

New member
I am using an iframe for my 360 products. I set my background images to transparent in case I need to change the background color to different a color in css.

Unfortunately, when expanding to fullscreen, the background is black. Is there a way where I can change the background color in fullscreen?

Thanks,

Daniel
 

WebSupport

Active member
Hi Daniel, have you tried changing color here?

360-product-view-transparent-back.png
This affects both background color of the iframe (main view) and the full-screen as well. You can then simply go to the published html and update background-color back to transparent which will not affect the full-screen view.

Code:
 <div id="wr360PlayerId" class="wr360_player" style="background-color:transparent;">
 </div>
 
Top