# Adjusting Image Zoom Level on Mobile Devices

**URL:** https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440
**Category:** UX
**Created:** [March 13, 2019, 2:41am UTC](https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440 "2019-03-13T02:41:52Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Anatolia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anatolia/32/133777_2.png) [@Anatolia](https://meta.discourse.org/u/Anatolia)
#### Post date: [March 13, 2019, 2:41am UTC](https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440/1 "2019-03-13T02:41:53Z")

</div>

Hi, when clicking on an image it’s impossible to zoom in - zoom out as much as I want with two fingers. We should be able to adjust zoom level.

This is possible in many other sites and should be in Discourse as well.

Example:

 ![SmartSelectGIF_2016-08-31-11-41-17](https://global.discourse-cdn.com/meta/original/3X/3/f/3fed15ae782a4049f71bf2e616137e6f75faf4a8.gif)

---

<div class="post-metadata">

### Author: ![omarfilip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/omarfilip/32/208019_2.png) [@omarfilip](https://meta.discourse.org/u/omarfilip)
#### Post date: [March 13, 2019, 3:11am UTC](https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440/2 "2019-03-13T03:11:25Z")

</div>

This seems to be browser-specific. On iOS two-finger zoom works as expected in Safari, but in Chrome zoom only works as a single tap to max zoom in/zoom out.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [March 13, 2019, 9:20am UTC](https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440/3 "2019-03-13T09:20:26Z")

</div>

You can tap again to make the image full size in Android; I just tested it. While you can’t pinch, you can certainly scroll around and look at details, so if your goal is “look closely at the image” you can do that, just not by pinching. Tap, and tap again.

Not sure if there’s a way to selectively enable pinch zoom in that specific case @falco?

---

<div class="post-metadata">

### Author: ![venarius](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/venarius/32/133142_2.png) [@venarius](https://meta.discourse.org/u/venarius)
#### Post date: [March 13, 2019, 10:15am UTC](https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440/4 "2019-03-13T10:15:57Z")

</div>

Some more info on this [Cannot use zoom for lightbox images on phones - #28 by codinghorror](https://meta.discourse.org/t/cannot-use-zoom-for-lightbox-images-on-phones/19646/28)

Will have a look at it

EDIT: Opened a PR 🙂

> <https://github.com/discourse/discourse/pull/7161>
>
> This replaces the meta viewport tag while looking at a lightbox. This enables pi…nch to zoom on various devices.
> 
> Resolves: https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440
> 
> Wanted to write Qunit tests for it but the box for component tests has no meta tags.

---

<div class="post-metadata">

### Author: ![Anatolia](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/anatolia/32/133777_2.png) [@Anatolia](https://meta.discourse.org/u/Anatolia)
#### Post date: [March 13, 2019, 1:51pm UTC](https://meta.discourse.org/t/adjusting-image-zoom-level-on-mobile-devices/111440/5 "2019-03-13T13:51:07Z")

</div>

@omarfilip @codinghorror Yes, I’m using Chrome too. It would be better if it work as in Safari.

Thanks 🙂@venarius
