Lütfen sorularınızın çözümü için yardımcı olmak adına daha fazla bilgi veriniz.
Kendi hazırladığım bir örnek:
index.html
<!DOCTYPE html>
<html>
<head>
<title>Yazılım Topluluğu</title>
</head>
<style type="text/css">
iframe {
overflow-y: scroll;
}
</style>
<body>
<iframe src="profiller.html" width="100%" height="110" frameborder="0"></iframe>
</body>
</html>
profiller.html
<!DOCTYPE html>
<html>
<head>
<title>Profiller</title>
</head>
<style type="text/css">
img {
margin: 10px;
}
#images {
white-space: nowrap;
}
</style>
<body>
<div id="images">
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50" />
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
<img src="https://icon-library.net/images/profile-png-icon/profile-png-icon-16.jpg" alt="" width="50" height="50"/>
</div>
</body>
</html>
Mobil görünüm (PC ile aynı):
İyi çalışmalar.