Vertically Align an Image Inside a Div with Responsive Height
Problem
How can we vertically align an image within a div that has a dynamic height that adjusts to the width when the browser window is resized to maintain a square aspect ratio?
Vertical Alignment
To achieve this, we can employ the following technique:
- Create an inline-block pseudo-element: As the first (or last) child of the parent div, a pseudo-element with a 100% height is generated to occupy the entire parent's height.
- Set vertical-align: The vertical-align property is applied to both the pseudo-element and the image element to align them vertically in the middle of the container.
- Remove white space: A font size of zero is set on the parent to eliminate the white space between the inline-block elements.
Benefits
- The container (parent div) can have dynamic dimensions, allowing its height to change along with the width.
- The image element's dimensions do not need to be explicitly specified.
- This technique can also be used to vertically align a div element with dynamic content, but the font-size of the div must be reset to display the enclosed text.
Responsive Container
To create a responsive container, where the height adjusts with the width, we can apply a percentage value to the top/bottom padding or margin property.
Combining Vertical Alignment and Responsive Container
To implement both vertical alignment and a responsive container, we can wrap the image element in a wrapper div with absolute positioning and expand it to fill the container's entire space.
Code Example
<div class="responsive-container"> <div class="dummy"></div> <div class="img-container"> <img src="/static/imghwm/default1.png" data-src="..." class="lazy" alt="How to Vertically Center an Image within a Responsively Sized Div?" > </div> </div>
.responsive-container { width: 60%; position: relative; } .dummy { padding-top: 100%; /* maintains 1:1 aspect ratio */ } .img-container { text-align: center; font: 0/0 a; } .img-container:before { content: ' '; display: inline-block; vertical-align: middle; height: 100%; } .img-container img { vertical-align: middle; display: inline-block; }
This code demonstrates how to vertically align an image within a responsive container, where the container's height adjusts based on the available width.
The above is the detailed content of How to Vertically Center an Image within a Responsively Sized Div?. For more information, please follow other related articles on the PHP Chinese website!

This tutorial demonstrates creating professional-looking JavaScript forms using the Smart Forms framework (note: no longer available). While the framework itself is unavailable, the principles and techniques remain relevant for other form builders.

The CSS box-shadow and outline properties gained theme.json support in WordPress 6.1. Let's look at a few examples of how it works in real themes, and what options we have to apply these styles to WordPress blocks and elements.

This is the 3rd post in a small series we did on form accessibility. If you missed the second post, check out "Managing User Focus with :focus-visible". In

Building an inline text editor isn't trivial. The process starts by making the target element editable, handling potential SyntaxError exceptions along the way. Creating Your Editor To build this editor, you'll need to dynamically modify the content

The Svelte transition API provides a way to animate components when they enter or leave the document, including custom Svelte transitions.

If you’ve recently started working with GraphQL, or reviewed its pros and cons, you’ve no doubt heard things like “GraphQL doesn’t support caching” or

This tutorial guides you through building a file upload system using Node.js, Express, and Multer. We'll cover single and multiple file uploads, and even demonstrate storing images in a MongoDB database for later retrieval. First, set up your projec

This article explores the top PHP form builder scripts available on Envato Market, comparing their features, flexibility, and design. Before diving into specific options, let's understand what a PHP form builder is and why you'd use one. A PHP form


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

Zend Studio 13.0.1
Powerful PHP integrated development environment

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

SublimeText3 English version
Recommended: Win version, supports code prompts!
