Luego de indagar en varios repositorios y sitios webs al final dimos con la resolución que te mostraremos ahora.
Ejemplo 1: cómo hacer bootstrap 4 que responda a la imagen
<imgsrc="..."class="img-fluid"alt="Responsive image">
Ejemplo 2: tamaño de imagen de arranque
<divclass="w-25 p-3"style="background-color:#eee;">Width 25%div><divclass="w-50 p-3"style="background-color:#eee;">Width 50%div><divclass="w-75 p-3"style="background-color:#eee;">Width 75%div><divclass="w-100 p-3"style="background-color:#eee;">Width 100%div>
Ejemplo 3: bootstrap 4 sensible a la imagen
<imgclass="img-fluid"src=""alt=""> //This will make your image responsive
Ejemplo 4: Bootstrap Alinear imágenes
Align images with the helper float classes or text alignment classes.
block-level images can be centered using the .mx-auto margin utility class.
<imgsrc="..."class="rounded float-left"alt="..."><imgsrc="..."class="rounded float-right"alt="..."><imgsrc="..."class="rounded mx-auto d-block"alt="...">
Ejemplo 5: miniaturas de imágenes de bootstrap
In addition to our border-radius utilities, you can use
.img-thumbnail to give an image a rounded 1px border appearance.
<imgsrc="..."alt="..."class="img-thumbnail">
Ejemplo 6: svg receptivo con bootstrap
.svg-content
display: inline-block;
position: absolute;
top: 0;
left: 0;
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)