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

Search: thumbnail/preview images missing (wrong URL construct) #47

Closed
Gummibando opened this issue Jun 17, 2018 · 0 comments
Closed

Search: thumbnail/preview images missing (wrong URL construct) #47

Gummibando opened this issue Jun 17, 2018 · 0 comments

Comments

@Gummibando
Copy link

The image URL for the thumbnail/preview images is constructed wrongly, therefore the images in the search pane are missing. "s.screenshot_url" already contains the entire URL, so the generated URL contains the server/path twice.

search.js, line 189
… '<img src="https://userstyles.org/style_screenshot_thumbnails/'+s.screenshot_url+'" …
shpould be
… '<img src="'+s.screenshot_url+'" …

screen shot 2018-06-17 at 21 52 41

@Gummibando Gummibando changed the title Search: thumbnail/preview images missing (URL construct wrong) Search: thumbnail/preview images missing (wrong URL construct) Jun 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant