Quote:
Originally Posted by RbnJrg
Try using the css properties "background-size: content" or "background-size: cover".
For example:
Code:
<div><img style="background-size: content" alt="cover_1" src="../Images/cover_1.jpg" /></div>
or
Code:
<div><img style="background-size: cover" alt="cover_1" src="../Images/cover_1.jpg" /></div>
First try the first alternative (style="background-size: content").
Regards
Rubén
|
thanks Ruben…that method also worked…Peter