Responsive multi-picture rotation, can the pictures in it be set to a percentage width?

now want to implement a multi-graph carousel, and it is responsive.
as shown in figure

clipboard.png
when you want to reduce the width of the browser, there are always 4 images, but because one of the outer div of the four images is she Ding to width=1000000px;, the div of the image cannot be set to width:20%;. Is there any way to implement
?

<div id="1" width:100%>
    <div id="2" width:100000px;><!---->
        <div id="3" width:100%><!--divdiv-->
            <div width:25%><img src=""></div>
            <div width:25%><img src=""></div>
            <div width:25%><img src=""></div>
            <div width:25%><img src=""></div>
        </div>
    </div>
</div>
Jan.12,2022

remove your div element with a width of 100000px .

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3f933-2c486.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3f933-2c486.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?