iammatthias / com

Digital garden built using Astro, Obsidian, and other goodies.
https://iammatthias.com
222 stars 36 forks source link

Staging #110

Closed iammatthias closed 5 years ago

iammatthias commented 5 years ago

Fix Medium-Zoom

useEffect(() => {
    ;(async function() {
      try {
        mediumZoom('figure div img', { margin: 64 })
      } catch (e) {
        console.error(e)
      }
    })()
  })