fixed register page
This commit is contained in:
parent
dfb20c60ab
commit
9311914ae9
9 changed files with 85 additions and 4 deletions
|
@ -34,6 +34,7 @@ class File {
|
|||
img.src = src;
|
||||
img.height = this.height;
|
||||
img.width = this.width;
|
||||
console.log(this.width, this.height);
|
||||
return img;
|
||||
}
|
||||
else if (this.content_type.startsWith('video/')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue