fix style issues

This commit is contained in:
Arthur Lu
2025-01-24 22:28:16 +00:00
parent 28a7630c9f
commit a9a5649afb
7 changed files with 5469 additions and 3 deletions

View File

@@ -42,7 +42,7 @@ class ModalImage extends HTMLElement {
}
connectedCallback () {
const thumbnail = this.getAttribute("thumb")
const thumbnail = this.getAttribute("thumb");
const src = this.getAttribute("src");
const alt = this.getAttribute("alt");
this.#src = src;