Hey there, I am new to web development and could use some assistance! I have been using jQuery and a snippet of JavaScript code to display content from another page on my site. However, I have noticed that sometimes it causes a scroll bar to appear. For example, when creating an album and adding too many photos, the scroll bar shows up.
Here is the code snippet along with a screenshot:
$("#albumin")
.html('<object data="http://localhost/album_1.php" width="1320px" height="1500px"/>');