Skip to content

Commit

Permalink
disable image drag
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Aug 18, 2020
1 parent 7ad0263 commit 1ba7e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
<form action="">
<div class="drop-zone">
<div class="icon-container">
<img src="file.svg" class="center" alt="File Icon">
<img src="file.svg" class="left" alt="File Icon">
<img src="file.svg" class="right" alt="File Icon">
<img src="file.svg" draggable="false" class="center" alt="File Icon">
<img src="file.svg" draggable="false" class="left" alt="File Icon">
<img src="file.svg" draggable="false" class="right" alt="File Icon">
</div>
<input type="file" id="fileInput">
<div class="title">Drop your Files here or, <span id="browseBtn">browse</span></div>
Expand Down

0 comments on commit 1ba7e22

Please sign in to comment.