Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit c04ed41

Browse files
committed
Remove img height
1 parent ed227a9 commit c04ed41

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

index.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070
<div class="form-group">
7171
<details>
7272
<summary>How to use?</summary>
73-
7473
<div class="row">
7574
<div class="col-sm">
7675
<ul>
@@ -79,7 +78,7 @@
7978
</ul>
8079
</div>
8180
<div class="col-sm">
82-
<img height="300px" src="https://raw.githubusercontent.com/cavo789/json_encode/master/images/demo.gif" alt="Demo">
81+
<img src="https://raw.githubusercontent.com/cavo789/json_encode/master/images/demo.gif" alt="Demo">
8382
</div>
8483
</div>
8584
</div>
@@ -118,7 +117,7 @@
118117
$('#btnEncode').prop("disabled", false);
119118
$('#Result').html(window.atob(data));
120119
}
121-
}); // $.ajax()
120+
});
122121
});
123122
</script>
124123
</body>

0 commit comments

Comments
 (0)