Skip to content

Conversation

@AlexandraErnest
Copy link

No description provided.

<section id="gallery" class="gallery">
<!-- Photos will be dynamically added here -->

<img src="https://plus.unsplash.com/premium_photo-1673292293042-cafd9c8a3ab3?q=80&w=987&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This homework was intended to not edit the HTML, but to use the photos array to create <img/> in javascript using document.createElement('img'). You should edit this submission to do that.

showInitialPhotos();


loadMoreButton.addEventListener('click', () => {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This button is not working as expected. You should double-check why this is not working.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants