Skip to content

Conversation

@ahpang
Copy link

@ahpang ahpang commented Dec 10, 2025

Description

The lorempixel.com service used in the example files (examples/index-bs3.html and examples/index-bs4.html) is no longer functional, resulting in broken image previews. This PR replaces the invalid URLs with working alternatives from dummyimage.com to ensure the examples display correctly.

Changes Made

  • Updated initialPreview arrays in JavaScript code within examples/index-bs3.html and examples/index-bs4.html.
  • Replaced http://lorempixel.com/1920/1080/transport/[1-3] with https://dummyimage.com/640x360/a0f.png&text=Transport+[1-3].
  • Replaced http://lorempixel.com/1920/1080/nature/[1-3] with https://dummyimage.com/1920x1080/[color].png&text=Nature+[1-3] (with appropriate colors).

Testing

  • Verified that the new URLs load images correctly in a browser.
  • No changes to core functionality; only example assets updated.

Related Issues

  • Fixes broken image previews in Bootstrap 3 and 4 example pages.

Closes # [if applicable, link to an issue number from the original repo]

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

Successfully merging this pull request may close these issues.

1 participant