fix style issues
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user