mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2024-11-22 11:23:38 +01:00
👷 Changes images to 50 height instead of width
Signed-off-by: Bjorn Lammers <walkxnl@gmail.com>
This commit is contained in:
parent
2cce668d34
commit
05d2163014
1 changed files with 1 additions and 1 deletions
2
_ci.py
2
_ci.py
|
@ -7,7 +7,7 @@ readme_path = root / "README.md"
|
|||
|
||||
|
||||
def generate_img_tag(file):
|
||||
return f'<img src="png/{file.name}" alt="{file.stem}" width="50">'
|
||||
return f'<img src="png/{file.name}" alt="{file.stem}" height="50">'
|
||||
|
||||
|
||||
imgs = sorted(Path("./png").glob("*.png"))
|
||||
|
|
Loading…
Reference in a new issue