Here is a working version
Here is a broken version (Zooming widget is no longer properly displayed) with Bootstrap styling
Why does it break?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the Bootstrap.css line 69
max-width: 100%;is causing the issue.You can remove it and if needed again just specify a new class
.newclass {max-width:100%}and add it to the image.