Browse Source

alternative approach to scale image in readme

Rodja Trappe 4 years ago
parent
commit
d75627b038
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -2,7 +2,7 @@
 
 
 We like streamlit but find it uses to much magic when it comes to state handling. In search for a nice library to write simple graphical user interfaces we discovered justpy. It's to "low-level-html" for our daily usage but provides a great basis for "Nice GUI".
 We like streamlit but find it uses to much magic when it comes to state handling. In search for a nice library to write simple graphical user interfaces we discovered justpy. It's to "low-level-html" for our daily usage but provides a great basis for "Nice GUI".
 
 
-![Example GUI Elements](/sceenshots/ui-elements.png?raw=true "GUI Elements" | width=400)
+<img src="sceenshots/ui-elements.png?raw=true" width="300">
 
 
 ## Usage
 ## Usage