Skip to content
Snippets Groups Projects
Commit 5e8a0401 authored by Pregmodder's avatar Pregmodder
Browse files

attempted fix

parent b85958af
No related branches found
No related tags found
No related merge requests found
...@@ -119,12 +119,14 @@ window.assistantArt = function assistantArt(sizePlacement) { ...@@ -119,12 +119,14 @@ window.assistantArt = function assistantArt(sizePlacement) {
} }
} }
if (sizePlacement === 3) { if (filename !== "") {
fileName = `<img src=${fileName} style='float:right; border:3px hidden'/>`; if (sizePlacement === 3) {
} else if (V.imageChoice === 1) { fileName = `<img src=${fileName} style='float:right; border:3px hidden'/>`;
fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='282' height='602'/>`; } else if (V.imageChoice === 1) {
} else /* V.imageChoice === 0 */ { fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='282' height='602'/>`;
fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='300' height='300'/>`; } else /* V.imageChoice === 0 */ {
fileName = `<img src=${fileName} style='float:right; border:3px hidden' width='300' height='300'/>`;
}
} }
} }
return fileName; return fileName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment