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
- 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
- When you instantiate your PlasmicComponent in code, you can also pass in props here, including styles.