rrcampbell-exe / yarnsworths-tales

A storyline generator for fantasy roleplaying games.
https://rrcampbell-exe.github.io/yarnsworths-tales/
2 stars 0 forks source link

Yarnsworth Images Removed from DOM #14

Closed rrcampbell-exe closed 3 years ago

rrcampbell-exe commented 3 years ago

Description

Currently, Yarnsworth images are "hidden" as opposed to removed from the DOM when not visible on the page.

Possible Solution Work with JavaScript and media queries to remove() them from the DOM when not visible.

rrcampbell-exe commented 3 years ago

Resolution Rather than use media queries with JavaScript, display: none was used over visibility: hidden for media queries where image was to be not displayed.