Unblock zoom on the mobile site

  • 1
  • Idea
  • Updated 2 years ago
  • (Edited)
Hello,

On the mobile version m.imdb.com you intentionally  block the zoom and it's bad to see pictures bigger and it's against accessibility: https://en.wikipedia.org/wiki/Web_accessibility

You have  one line to change in the HTML:
viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
->
viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">



(I will never understand why sites do so stupid things. I thought accessibility was well known now.) :-(
Photo of MADJiK

MADJiK

  • 10 Posts
  • 8 Reply Likes

Posted 3 years ago

  • 1
Photo of Claire

Claire, Official Rep

  • 1905 Posts
  • 1340 Reply Likes
Thank you for your feedback. 

We appreciate that you took the time to share your thoughts with us. I've changed your post to an Idea where it can be reviewed by other IMDb staff and users.

Though we cannot make any promises as to if or when we'll be able to implement your suggestion, we do consider all feedback from users when making changes to the site.
Photo of MADJiK

MADJiK

  • 10 Posts
  • 8 Reply Likes
Zoom is still locked!
Please remove this user-scalable=no, this is totally against accessibility concepts.

https://en.wikipedia.org/wiki/Web_accessibility
Photo of MADJiK

MADJiK

  • 10 Posts
  • 8 Reply Likes
Zoom is still locked, please correct this annoying bug! What are you waiting for?