Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Background image not working at all #241

Closed
thomasfrobieter opened this issue Nov 9, 2023 · 3 comments
Closed

Background image not working at all #241

thomasfrobieter opened this issue Nov 9, 2023 · 3 comments

Comments

@thomasfrobieter
Copy link

thomasfrobieter commented Nov 9, 2023

Operating System

Windows 11

VSCode Version

1.84.1

Extension Version

2.8.2

Issue

I followed the instructions, set up a window background image from an https URL (and run background: install afterwards), but no background appears.

I also tried different themes, to see if this conflicts somehow, but it's also not working with the vscode default themes.

Tried the same for the editor background, same result. Tried jpg instead webp, no difference.

No idea what I am doing wrong. Image URL is copied from the browser, so.. it's definitely valid.

Settings

  "background.windowBackgrounds": [
    "https://---.de/_static/vscode_wallpapers/half_life_alyx.jpg"
  ],
  "background.useWindowOptionsForAllBackgrounds": true,
  "background.backgroundAlignment": [
    "Top Center",
    "Top Center",
    "Center Center",
    "Center Center"
  ],
  "background.editorBackgrounds": [
    "https://---.de/_static/vscode_wallpapers/half_life_alyx.jpg"
  ],
  "background.backgroundBlur": [
    "0",
    "0",
    "0",
    "0"
  ],
  "background.backgroundOpacity": [
    0.9,
    0.9,
    0.9,
    0.9
  ],
  "background.backgroundRepeat": [
    "No Repeat",
    "No Repeat",
    "No Repeat",
    "No Repeat"
  ],
  "background.backgroundSize": [
    "Cover",
    "Cover",
    "Cover",
    "Cover"
  ],
  "background.backgroundChangeTime": [
    0,
    0,
    0,
    0
  ],

How to replicate

Install the plugin, follow instructions

@Katsute
Copy link
Member

Katsute commented Nov 9, 2023

This might be an issue with the image host, does the image URL work in an incognito window? Images coming from sites that require a login may not load, even if you are logged in on the browser.

As an alternative, you can try downloading that image and choosing a background from local file.

@ghost
Copy link

ghost commented Dec 11, 2023

This issue has been marked as stale because there has been no activity in the last 30 days. This issue will be closed in 14 days if there is no new activity.

This is an automated message, do not reply to this comment.

@ghost ghost added the stale label Dec 11, 2023
@ghost
Copy link

ghost commented Dec 30, 2023

This issue has been closed because there has been no activity in the last 45 days. Open a new issue if not resolved.

This is an automated message, do not reply to this comment.

@ghost ghost closed this as not planned Won't fix, can't repro, duplicate, stale Dec 30, 2023
@ghost ghost locked and limited conversation to collaborators Dec 30, 2023
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants