Skip to content

Update index.html ! #1

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ <h4>Video tutorials and inspiration for CSS bubbles:</h4>
img.onclick = function(){
modal.style.display = "block";
modalImg.src = this.src;
/*captionText.innerHTML = this.alt;*/

}

// Get the <span> element that closes the modal
Expand All @@ -303,7 +303,7 @@ <h4>Video tutorials and inspiration for CSS bubbles:</h4>
img.onclick = function(){
model.style.display = "block";
modelImg.src = this.src;
/*captionText.innerHTML = this.alt;*/

}

// Get the <span> element that closes the modal
Expand All @@ -324,7 +324,7 @@ <h4>Video tutorials and inspiration for CSS bubbles:</h4>
img.onclick = function(){
mode.style.display = "block";
modeImg.src = this.src;
/*captionText.innerHTML = this.alt;*/

}

// Get the <span> element that closes the modal
Expand Down