=== FAQ === 1. 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 .. code-block:: css :linenos: <style> .rs-pt3d { width:100%; } </style>