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 2 3 4 5 | <style>
.rs-cf3d {
width:100%;
}
</style>
|