# Trouble to display thumb images and lightbox on local

**URL:** https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334
**Category:** Development
**Created:** [20 أبريل 2017، 4:16م UTC](https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334 "2017-04-20T16:16:24Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![designbygio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/designbygio/32/122415_2.png) [@designbygio](https://meta.discourse.org/u/designbygio)
#### Post date: [20 أبريل 2017، 4:16م UTC](https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334/1 "2017-04-20T16:16:24Z")

</div>

On my local i cannot see the users thumbs picture and if i post image, they don’t get lightboxed.

I thought was a problem with sidekiq but i run bundle exec sidekiq -q critical,low,default -d -l log/sidekiq.log and still don’t see images.

I follow [this guide](https://github.com/discourse/discourse/blob/master/docs/DEVELOPMENT-OSX-NATIVE.md) to install discourse and i have succesfully install and add imagemagick, helvetica font and all the other image related stuff.

Any suggestion on what I can try to make it work?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [20 أبريل 2017، 4:38م UTC](https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334/2 "2017-04-20T16:38:23Z")

</div>

If the post was created before sidekiq was running, maybe a post rebake will do it.

---

<div class="post-metadata">

### Author: ![designbygio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/designbygio/32/122415_2.png) [@designbygio](https://meta.discourse.org/u/designbygio)
#### Post date: [21 أبريل 2017، 11:24ص UTC](https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334/3 "2017-04-21T11:24:00Z")

</div>

Unfortunately it doesn’t 🙁  
i also did the same on my other computer (still a mac but more recent) and i’m also not able to see lightbox there.

What can i try more?

---

<div class="post-metadata">

### Author: ![Mittineague](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mittineague/32/114259_2.png) [@Mittineague](https://meta.discourse.org/u/Mittineague)
#### Post date: [21 أبريل 2017، 5:49م UTC](https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334/4 "2017-04-21T17:49:28Z")

</div>

Have you tried similar weight, similar dimension images of different mime type?  
i.e. jpg, png etc.

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [21 أبريل 2017، 10:18م UTC](https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334/5 "2017-04-21T22:18:38Z")

</div>

I just tested locally, running latest and running sidekiq with `bundle exec sidekiq -d -l log/sidekiq.log` and large images (3k x 2k) are working fine.

---

<div class="post-metadata">

### Author: ![designbygio](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/designbygio/32/122415_2.png) [@designbygio](https://meta.discourse.org/u/designbygio)
#### Post date: [22 أبريل 2017، 8:58م UTC](https://meta.discourse.org/t/trouble-to-display-thumb-images-and-lightbox-on-local/61334/6 "2017-04-22T20:58:11Z")

</div>

Look like that `bundle exec sidekiq -q critical,low,default -d -l log/sidekiq.log` is different from `bundle exec sidekiq -d -l log/sidekiq.log`  
because i can now see them in lightbox (i had to recreate the post of course)

thanks @Falco!
