<!DOCTYPE html>
<html lang="ru">
<head>
<title>Фото</title>
</head>
<body>
<h1>Фотка</h1>
<picture>
<img src="nikitos.png" alt="I am">
<source media="(min-width: 800px)" srcset="Here_I_am.jpg">
</picture>
</body>
</html>