• Register
  • Login
  • Pricing
  • Support
    • Support
    • Tutorials
    • Blog
    • Guide
    • Support Forum
  • Create PollUnit

How can I integrate PollUnit full-screen or in a custom size?

PollUnit is integrated as iFrame. You can freely adjust the size of the iFrame with CSS. You can add a class or ID to the PollUnit iFrame and adjust the display with your stylesheet.

Example Html

<iframe id='#pollunit' src="https://pollunit.com/polls/..." />

Example CSS

#pollunit {
width: 100%;
height: 1000px;
}

To scale the iFrame to the size of your browser, you can use the units vh and vw:

#pollunit {
width: 100vw;
height: 100vh;
}

Or even deduct something from the height or width.

height: calc(100vh - 100px)

So you could place the PollUnit e.g. screen filling under your web page headers.

You can find further information in our Tutorial about embedding your PollUnit.So you could place the PollUnit e.g. screen filling under your web page header.

Further tutorials

Create your first poll

Advanced poll features

Advanced survey branching logic

Distribute tasks online

Cast votes and rate options

Find a date

Vote on images

Create your own theme

Polls with your own logo

Evaluate your PollUnit

Dot Voting

Range Voting

Polls on your own website

Live Voting

Reach a consensus

Manage orga­nizations

Prevent multiple participation

Donations and participation fees

Are you ready?

Create PollUnit Register

Tools

  • Voting
  • Surveys
  • Free Tables
  • Collect Ideas and Feedback
  • Photo Contests
  • Video Contests
  • Music Contests
  • Landing Page
  • Pairwise Comparison
  • Advent Calendar
  • PollUnit Lab

Support

  • Get started
  • PollUnit Help
  • Tutorials
  • Examples
  • Support Forum
  • support@pollunit.com

Tutorials

  • Create your first poll
  • Advanced poll features
  • Advanced survey branching logic
  • Distribute tasks online
  • Cast votes and rate options
  • Find a date
  • Vote on images
  • Create your own theme
  • Polls with your own logo
  • Evaluate your PollUnit
  • Dot Voting
  • Range Voting
  • Polls on your own website
  • Live Voting
  • Reach a consensus
  • Manage orga­nizations
  • Prevent multiple participation
  • Donations and participation fees

Legal

  • Privacy policy
  • Terms of use
  • Imprint

PollUnit

  • PollUnit Blog
  • About PollUnit
  • Press kit
  • Deutsch
    German
  • English
    English
  • © PollUnit
  • Register
  • Login
  • Pricing
  • Support
    • Support
    • Tutorials
    • Blog
    • Guide
    • Support Forum
  • Create PollUnit