Hacker News new | ask | show | jobs
by Aromasin 2553 days ago
Is there any way to go back to 'full' view after clicking on something? I clicked on a picture and can't for the life of me work out how to go back.
2 comments

Were you able to get it to work? (I'm the developer of the demo.)
Hey, apologies for the late reply. No I couldn't get it functioning. I tried again at home using Firefox and it worked fine though, so it's either not compatible with IE11 or my company has blocked something related to it's working.
Click on it again.
Doesn't seem to work for me. I'm running it on IE 11 so that might be the issue (works choice of browser, not my own...)
You can't exactly expect websites to work in an ancient compatibility tool.
To be frank, IE11 has regular updates and everything. It's not that compatible with old stuff either.
IE is many many years behind other browsers. I have to support it at work and many many hours are spent reimplementing things that exist in modern browsers because IE doesn't support it.
The behavior on the site is just an on-click handler, it should be possible to get the exact same behavior on IE6 without even trying much, let alone IE11.

Web devs seem to just use stuff for the sake of using them, not because they actually need them.

Most likely they just read the docs and used the first feature that did the job and never bothered to test in IE because its a waste of time.