<p class="Body-text-no-paragraph1"><span class="CharOverride7">Connection</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p><img alt="" class="calibre3" src="../Images/1connection.png"/>
.calibre3 {
height: auto;
width: auto
}
the readers screen resolution is 600x800 (withxhight)
Some images are 596x439 which nearly fit (the margin subtracts 5+5 pixels)
some are 962x586 (or even 1553x1186)
so I guess, i have to change the "auto" in the css to something else?
|