Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jukkahyv/wedding-image-gallery
Image gallery using Blazor WebAssembly and ImageSharp
https://github.com/jukkahyv/wedding-image-gallery
blazor blazor-webassembly dotnet-core image-gallery
Last synced: 23 days ago
JSON representation
Image gallery using Blazor WebAssembly and ImageSharp
- Host: GitHub
- URL: https://github.com/jukkahyv/wedding-image-gallery
- Owner: jukkahyv
- License: mit
- Created: 2020-05-21T15:31:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-19T07:37:47.000Z (9 months ago)
- Last Synced: 2024-05-01T14:11:59.746Z (9 months ago)
- Topics: blazor, blazor-webassembly, dotnet-core, image-gallery
- Language: C#
- Homepage:
- Size: 1.04 MB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Wedding image gallery using Blazor
* Blazor WebAssembly 3.2.0.
* ASP.NET Core 3.1 backend.
* Custom folder for loading images.
* Image popup using [Lightbox](https://lokeshdhakar.com/projects/lightbox2/).
* On-demand thumbnail generation using [ImageSharp](https://github.com/SixLabors/ImageSharp).
* Localization using Microsoft.Extensions.Localization.
* Localization setting persistence using [Blazored.LocalStorage](https://github.com/Blazored/LocalStorage).