canvas.width = canvas.offsetWidth;
canvas.height = canvas.offsetHeight;
<div class="conteiner" style="background-image: url(src/photo.jpg)"></div>
.conteiner {
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
}
<table background="img/src.jpg" style="width: 100%; height:30px; position: relative; overflow: hidden; border-collapse:collapse; vertical-align: top;">
<tr style="vertical-align: top;">
<td style=" padding-top: 0px;">
<div style="width: 100%; font-size: 150px; position: relative; font-weight: 700; line-height: 250px; text-align: center;">278</div>
</td>
</tr>
</table>
$res = mail("your@mail.ru", "My Subject", "message");
if( $res ){
echo 'Сообщения отправляются';
} else {
echo 'Заблокирована отправка сообщений';
}