slidevjs/slidev

Rendering an iframe from excalidraw shared link that alone looks good, become blurred. Excalidraw+

Open

#2281 opened on Sep 16, 2025

View on GitHub
 (2 comments) (0 reactions) (0 assignees)TypeScript (46,472 stars) (2,067 forks)batch import
help wanted🔩 p2-edge-case

Description

Describe the bug

I have a link that i need to add as an iframe: https://link.excalidraw.com/p/readonly/suWgu0bOk6lyfxVN6lFd That looks good alone in the chrome. But when i add it as this in my slides.md it is blurred.

layout: iframe
url: https://link.excalidraw.com/p/readonly/suWgu0bOk6lyfxVN6lFd

Minimal reproduction

Steps to reproduce the behavior:

Inject the link in your slides as an iframe.

Environment

  • Slidev version: v52.1.0
  • Browser: chrome 140.0.7339.127 (Official Build) (64-bit)
  • OS: linux debian 12

Contributor guide