<div class="image-wrapper">
<img src="xxx" alt="">
</div>
<style>
.image-wrapper {
position:relative;
padding-bottom: 56.25%;
}
.image-wrapper img {
position:absolute;
object-fit: cover;
width:100%;
height:100%;
}
HTML Images
ResponderEliminarHTML Tables
HTML Forms
HTML5 Introduction
HTML5 Doctype
HTML5 Elements
HTML5 Validation
HTML Geolocation API