Image size problem
Hi,
I am trying to resize an image to be smaller in with notebooks by using the following:
->[![][NBI1]][NBI1]
[NBI1]: NBImages/111130-085618.jpg =30x100
However, this does not seem to work since there is a default style sheet that overrides image size tags generated by the program in:
img { width:70%; height:auto; -webkit-border-radius: 1px; border: none; padding: 12px !important; background-color: #fff; text-align: center; overflow: hidden; -webkit-box-shadow: 0 1px 3px #9e9c93; }
if I try to change the 70% it will convert all your file to a text and revert back the settings of all the document. How do I change the image size or that value so that all my images do not look distorted?