CodePenにimg取込
<div>
<img src="https://drive.google.com/uc?export=view&id= ココに貼付 ">
<img class="img" src="https://drive.google.com/uc?export=view&id= ココに貼付 ">
</div>
https://drive.google.com/file/d/ ここをコピー /view?usp=sharing<br>
https://drive.google.com/uc?export=view&id= ここに貼り付け
.img {
width: 22%; /* 横幅を割合で指定 */
height: auto; /* 高さは自動指定 */
}