vscode/extensions/media-preview
Logan Ramos e689b912ba
Update telemetry package (#236378)
2024-12-17 20:12:49 +01:00
..
media Revert "Use separate div for image preview transparency grid" (#229082) 2024-09-19 19:51:50 -07:00
src Fix image preview after image update 2024-09-03 12:50:29 -07:00
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore chore: rm unreached ignore items when build extensions. (#227906) 2024-09-09 10:32:51 +00:00
README.md Fix supported markdown-lint violations in markdown files (#190750) 2023-08-24 08:37:25 +00:00
extension-browser.webpack.config.js
extension.webpack.config.js
icon.png
package-lock.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.json Update telemetry package (#236378) 2024-12-17 20:12:49 +01:00
package.nls.json feat: adding optional support for auto playing and looping videos (#184758) 2023-06-21 17:51:00 +00:00
tsconfig.json Fix `console` not being a known symbol in media-preview (#169065) 2022-12-14 16:57:06 -08:00

README.md

Media Preview

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

This extension provides basic preview for images, audio and video files.

Supported image file extensions

  • .jpg, .jpe, .jpeg
  • .png
  • .bmp
  • .gif
  • .ico
  • .webp
  • .avif

Supported audio formats

  • .mp3
  • .wav
  • .ogg, .oga

Supported video formats

  • .mp4 (does not support aac audio tracks)
  • .webm (vp8 only)