How to set plasmic_page_wrapper height to 100%?

Can i change plasmic_page_wrapper height to 100%?
Some library i use (eg. vertical swiper) need 100% height from page.

Yes, there are a couple places you can do. that

  1. You can create whatever CSS classes you want with the “Embed CSS” (Big blue + button, then “add component packages”). Then in your pages, you can add HTML attributes on the right side, including classes
  2. When you instantiate your PlasmicComponent in code, you can also pass in props here, including styles.