Adds a fluentcx picture#88
Conversation
|
✅ All tests passed successfully Details on your Workflow / Core Tests page. |
Summary - Unit Tests Code CoverageSummary
CoverageFluentUI.Blazor.Community.Components - 75.2%
|
|
Can you elabortae why you have added the <PackageVersion Include="Azure.Storage.Blobs" Version="12.25.0" />
<PackageVersion Include="Google.Cloud.Storage.V1" Version="4.13.0" />dependencies? |
|
My bad 😅 But I remove these two middleware plugins to reduce dependencies (and forgot to remove them from the csproj, I will remove them this evening) |
|
@MarvinKlein1508 : I've added for handling image url, azure, google and amazon cloud... Like this the user will have less work to do to resize image... The middleware allow the images to be resized, reducing quality and so on... |
|
@JeremyJ78 do we need to provide these providers out of the box? I don't like having these dependencies in the library |
We can provide these providers out of the box (and avoid the users to create them) |
|
@JeremyJ78 I would put them in a markdown file for easy copy and paste. |
Good Idea 😊 |
create a markdown file to have the 3 images processing available as copy / paste
|
@MarvinKlein1508 : Done ! |
|
Can you solve the conflicts? Will merge it then |
Pull Request
📖 Description
Provides a FluentCxPicture, a component which can have multiple source of images and let the picture to choose which image to show on the screen (responsive images)
Provides a way to create shadow and many effects (grayscale, blur...)
Picture can have a caption and an overlay
✅ Checklist
General
Component-specific