---
title: "The amazing HTML5 Picture Element"
url: https://daily.dev/posts/the-amazing-html5-picture-element-t7ppdzrdv
source_url: https://eke.hashnode.dev/the-amazing-html5-picture-element
type: article
source: "Hashnode"
author: "Victor Eke"
published: 2022-05-25T05:08:51.692Z
updated: 2022-05-25T05:08:51.693Z
tags: ["html"]
reading_time: 3
upvotes: 22
comments: 2
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The amazing HTML5 Picture Element

**[Hashnode](https://daily.dev/sources/hashnode)** · [@eke](https://daily.dev/eke) · 3 min read · 22 upvotes · 2 comments

## Summary

The picture element is an HTML element for declaring images based on different screen sizes or viewport. It takes in two properties, the — <source> tag which makes use of the srcset property to specify different images. There are a few use-case scenarios in which the picture tag can be very useful, below are three examples.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://eke.hashnode.dev/the-amazing-html5-picture-element>

## Community discussion

Top comments from developers on daily.dev.

**@danieltp19** · 2 upvotes

> Well, I wouldn't call the Picture element "amazing". It's a very basic HTML5 functionality.
> To resume, you can serve a different image source depending on browser viewport.
> It's important to optimize responsive images and ensure art direction when cropping.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments
- [CNCF Unveils Schedule for KubeCon \+ CloudNativeCon Europe 2026](https://daily.dev/posts/cncf-unveils-schedule-for-kubecon-cloudnativecon-europe-2026-ikhcoa5cb) · CNCF · 2 upvotes · 0 comments
- [CNCF Debuts KubeCon \+ CloudNativeCon Japan 2026 Schedule](https://daily.dev/posts/cncf-debuts-kubecon-cloudnativecon-japan-2026-schedule-xp5pyudub) · CNCF · 1 upvotes · 0 comments

---

Tags: [#html](https://daily.dev/tags/html)

[View this post on daily.dev](https://daily.dev/posts/the-amazing-html5-picture-element-t7ppdzrdv)
