Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Images inside Polls?

I'm using v.2.1 and would like to insert images inside polls, is this possible?

Thanks!

Tagged:

Comments

  • hgtonighthgtonight ∞ · New Moderator

    You can put in an image element as the answer. E.g. <img src="http://i.imgur.com/zyxsi.jpg" />.

    Search first

    Check out the Documentation! We are always looking for new content and pull requests.

    Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.

  • @hgtonight‌

    Working, thanks! But what can I do to make images resize correctly and not break the poll?

  • r0obertr0obert
    edited June 2014

    hgtonight‌

    Working, thanks! But what can I do to make images resize correctly and not break the poll?

    @hgtonight I figured it out, the bootstrap theme was missing the css:

    ol.DP_AnswerOptions img {
    max-width: 100%;
    }
    

    Thanks again!

Sign In or Register to comment.