# Images on polls do not work properly in beta 6

**URL:** https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370
**Category:** Feature
**Created:** [6 בדצמבר,‏ 2015,‏ 11:13am UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370 "2015-12-06T11:13:20Z")
**Posts on this page:** 12
**Page:** 1

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [6 בדצמבר,‏ 2015,‏ 11:13am UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/1 "2015-12-06T11:13:20Z")

</div>

_Poll ([view on site](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/1))_

Yesterday I tried a little custom CSS on polls, so I look the old polls to see it an action.  
I see that polls with images are all broken like the poll above.

Can Discourse Team make a little fix please?  
Thanks!

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [6 בדצמבר,‏ 2015,‏ 12:14pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/2 "2015-12-06T12:14:31Z")

</div>

Did they work previously? None of the stuff from the team has demonstrated image polls. The [last update](http://blog.discourse.org/2015/08/improved-polls-in-discourse/) doesn’t mention them at all.

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [6 בדצמבר,‏ 2015,‏ 12:18pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/3 "2015-12-06T12:18:41Z")

</div>

Yeah, I think this was out of scope or not planned to work with polls

> [@Poll height on mobile with image content](https://meta.discourse.org/t/poll-height-on-mobile-with-image-content/28515):
>
> Continuing the discussion from [Polls don't fit on mobile](https://meta.discourse.org/t/polls-dont-fit-on-mobile/28413/6): I’ve just reproduced this issue on try.discourse.org (obviously it’s likely to be reset soon): [http://try.discourse.org/t/poll-test-looking-into-images-in-polls/323](http://try.discourse.org/t/poll-test-looking-into-images-in-polls/323) Screen grab: Here is the relevant post raw code I used: [poll name=with\_content] - My first image \<img src="//cdck-file-uploads-global.s3.dualstack.us-west-2.amazonaws.com/meta/original/3X/7/2/72d2687d1d00c52c546727efbbc6d726f6e153de.png" height="100"\> - Emoji…

---

<div class="post-metadata">

### Author: ![cpradio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/cpradio/32/4970_2.png) [@cpradio](https://meta.discourse.org/u/cpradio)
#### Post date: [6 בדצמבר,‏ 2015,‏ 12:21pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/4 "2015-12-06T12:21:35Z")

</div>

Second thought, it may be wise to make images in polls more thumbnail like.

```plaintext
.poll img {
  max-width: 120px !important;
  max-height: 90px !important;
}

```

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [6 בדצמבר,‏ 2015,‏ 12:25pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/5 "2015-12-06T12:25:36Z")

</div>

I’m sure there are ways of fixing it, but if it’s not a feature then this almost certainly isn’t a bug.

---

<div class="post-metadata">

### Author: ![dax](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/dax/32/244677_2.png) [@dax](https://meta.discourse.org/u/dax)
#### Post date: [6 בדצמבר,‏ 2015,‏ 12:55pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/6 "2015-12-06T12:55:15Z")

</div>

> [@steve\_pd](#):
>
> Did they work previously?

Yes, when I created the old poll with images it certantly works (or I deleted it).

> [@cpradio](#):
>
> Second thought, it may be wise to make images in polls more thumbnail like.
> 
> .poll img {  
> max-width: 120px !important;  
> max-height: 90px !important;  
> }

Thanks, I try this little fix.

---

<div class="post-metadata">

### Author: ![Schallmeister](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schallmeister/32/127479_2.png) [@Schallmeister](https://meta.discourse.org/u/Schallmeister)
#### Post date: [25 באוקטובר,‏ 2017,‏ 12:12am UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/7 "2017-10-25T00:12:16Z")

</div>

Is bumping an old thread against the rules on here? I didn’t see it if it was.

Anyways, I was going to make a thread with the issues I’m having, but the new user restrictions on here disallow me to do that.

Over on another Discourse forum (I’m not sure if I’m allowed to link there) there was an issue that came up where it wasn’t allowing a user to add images to a poll correctly. He was uploading the images directly from his computer and when looking at the preview for the post/poll, the images were loading correctly, but when the post was made the images weren’t there, but you can see the image directory/link.

This is the end product:

 ![](https://global.discourse-cdn.com/meta/original/3X/f/2/f2d644a40826d9dabf4ff623057a06409c114661.png)

As a mod for this forum, is there anything I can do on my end?

Edit: the forum is version is v1.9.0beta4+177

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [25 באוקטובר,‏ 2017,‏ 8:33am UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/8 "2017-10-25T08:33:15Z")

</div>

Let’s try this

_Poll ([view on site](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/8))_

---

<div class="post-metadata">

### Author: ![Schallmeister](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schallmeister/32/127479_2.png) [@Schallmeister](https://meta.discourse.org/u/Schallmeister)
#### Post date: [25 באוקטובר,‏ 2017,‏ 2:05pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/9 "2017-10-25T14:05:47Z")

</div>

What is it that you did? Was it just something this person did wrong? This forum I moderate just switched to Discourse but six months ago so I don’t really know the ins and outs of it yet.

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [25 באוקטובר,‏ 2017,‏ 2:35pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/10 "2017-10-25T14:35:23Z")

</div>

I just tested it worked here so I know it’s not a bug (or not anymore).

I would first suggest asking the admin to update to the latest version so we’re 100% there’s no bug.  
Then I would “rebake” the post (ie. click the Rebuild HTML button).

---

<div class="post-metadata">

### Author: ![Schallmeister](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/schallmeister/32/127479_2.png) [@Schallmeister](https://meta.discourse.org/u/Schallmeister)
#### Post date: [28 באוקטובר,‏ 2017,‏ 6:44pm UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/11 "2017-10-28T18:44:30Z")

</div>

Ok, so we switched to using a GIF and it’s the same issue. However, that same GIF in the poll works fine outside of the poll.

I’ll have to get ahold of an admin to see if they can update the forum.

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [4 בדצמבר,‏ 2025,‏ 11:37am UTC](https://meta.discourse.org/t/images-on-polls-do-not-work-properly-in-beta-6/36370/12 "2025-12-04T11:37:10Z")

</div>


