tarmstrong / nbdiff

A diffing and merging tool for the IPython Notebook.
http://nbdiff.org
MIT License
212 stars 28 forks source link

Images shrink to thumbnail size in firefox #154

Open tarmstrong opened 10 years ago

tarmstrong commented 10 years ago

When loading a diff, images seem to shrink to thumbnail size.

bpipev commented 10 years ago

Can you check if the problem is still there?

tarmstrong commented 10 years ago

Yup, still a problem. Steps to reproduce:

  1. Run make_diff.py to create a test repo
  2. Run nbdiff inside that repo
  3. Go to the second notebook (/1 in the url)
  4. Scroll down 3/4 of the way to the cells that start with rcParams['figure.figsize'] = (15, 3).

Expected result: big images

Actual result: small images