Skip to content

Instantly share code, notes, and snippets.

View jeff-at-livecanvas's full-sized avatar

jeff-at-livecanvas

View GitHub Profile
@jeff-at-livecanvas
jeff-at-livecanvas / set-featured-images.php
Created June 7, 2023 03:55
WordPress: Import Image (and set as Featured image) from an ACF custom field URL: custom_field_name
@jeff-at-livecanvas
jeff-at-livecanvas / test.html
Last active September 28, 2020 16:02
Iframe loading = lazy: why does it load so early?
<html>
<body>
<h1 style="margin-bottom:2000px" >Scroll down to trigger the image load.</h1>
<iframe src="https://davidwalsh.name/" loading="lazy" onload="alert('Loaded!');" />
</body>
</html>