OpenSUTD / DiscoverSUTD-2020

DiscoverSUTD 2020 Main Repository
https://opensutd.org/DiscoverSUTD-2020
Apache License 2.0
1 stars 6 forks source link

Fix lazyloading #63

Closed jamestiotio closed 4 years ago

jamestiotio commented 4 years ago

Replace all src attributes of all iframes with data-src. That way, the JavaScript function will lazy-load each iframe accordingly by assigning its src with its data-src value when it is on-screen.