FAQΒΆ
How to create 100% width gallery?
In the main html file, add a <style> tag specifying .rs-pc3d class, set CSS width property to 100%. For more detail, see fullwidth.html in examples folder
1 <style>
2 .rs-pc3d {
3 width:100%;
4 }
5 </style>