hi,
When I use an image that is very wide, the max-width:100% property works ok (the image is scaled to the width of the text section).
But the max-height is not working so well (part of the image is missing). Please see screenshot enclosed.
Maybe this has to do with the page header? (where the page number is located)
Just in case, the css has this:
img {
height: auto;
max-width: 100%;
max-height: 100%;
}
Thanks
When I use an image that is very wide, the max-width:100% property works ok (the image is scaled to the width of the text section).
But the max-height is not working so well (part of the image is missing). Please see screenshot enclosed.
Maybe this has to do with the page header? (where the page number is located)
Just in case, the css has this:
img {
height: auto;
max-width: 100%;
max-height: 100%;
}
Thanks