mirror of
https://github.com/lvgl/lvgl.git
synced 2024-11-30 13:14:37 +08:00
chore(docs): fix image in the docs of the JS binding
This commit is contained in:
parent
12ca08c649
commit
2055651df2
@ -4,11 +4,11 @@
|
||||
|
||||
**Code**
|
||||
|
||||
<img src="_static/img/js_code.png">
|
||||
<img src="/_static/img/js_code.png">
|
||||
|
||||
|
||||
**Code Runing on Real Device**
|
||||
<img src="_static/img/js_on_device.jpg" style="transform: rotate(270deg); max-width:100%">
|
||||
<img src="/_static/img/js_on_device.jpg" style="transform: rotate(270deg); max-width:100%">
|
||||
|
||||
## Table of Contents
|
||||
|
||||
@ -34,10 +34,10 @@
|
||||
## Demo
|
||||
|
||||
### Widgets
|
||||
![Widgets demo with the JS binding of LVGL](_static/img/js_demo_widgets.gif)
|
||||
![Widgets demo with the JS binding of LVGL](/_static/img/js_demo_widgets.gif)
|
||||
|
||||
### Calculator
|
||||
![Calculator demo with the JaveScript binding of LVGL](_static/img/js_calculator.gif)
|
||||
![Calculator demo with the JaveScript binding of LVGL](/_static/img/js_calculator.gif)
|
||||
|
||||
|
||||
## building
|
||||
|
Loading…
Reference in New Issue
Block a user