Skip to content

Commit

Permalink
Merge pull request vinnovateit#26 from ArpitKotecha/bug-fixes
Browse files Browse the repository at this point in the history
Looks like lazy loading is not good for 1.jpg
  • Loading branch information
ArpitKotecha authored Mar 20, 2019
2 parents 48dec47 + f0e5370 commit a61f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ <h2>Everyone is welcomed!</h2>

<!-- Three -->
<section id="three" class="spotlight style3 left">
<span class="image fit main bottom"><img class="lozad" data-src="images/1.jpg" alt="Hackathon Event Image" /></span>
<span class="image fit main bottom"><img src="images/1.jpg" alt="Hackathon Event Image" /></span>
<div class="content">
<header>
<h2>Cash Prizes</h2>
Expand Down

0 comments on commit a61f92a

Please sign in to comment.