Duplicated
Last Updated: 05 Apr 2021 10:58 by ADMIN
Ben Hayat
Created on: 04 Apr 2021 17:43
Category: UI for Blazor
Type: Feature Request
1
FR: Image & Gallery with effects

Hello Team;

I'd would to see an Image & gallery Blazor component that is is data bound with the following effects:
https://ambient-image.wemakesites.net/?ref=madewithvuejs.com

This will allow us to create attractive apps related to imaging and marketing apps.

Thanks!

 

Duplicated
This item is a duplicate of an already existing item. You can find the original item here:
1 comment
ADMIN
Marin Bratanov
Posted on: 05 Apr 2021 10:58

Hello Ben,

You can Follow the implementation of an image gallery component in the original request you opened for it: https://feedback.telerik.com/blazor/1442530-image-gallery. It also offers a couple of pointers on implementing it right now - it's easy to add our tooltips or a window with load-on-demand for details or the larger image, and various effects are usually a few lines of CSS3 nowadays that you can add through classes on the images.

For example, the page you linked uses a simple span behind the images with a few settings like this:

    background-image: url(the-same-img-url);
    filter: blur(14px);
    top: -14px;
    left: -14px;
    transform: scale(0.95);

Regards,
Marin Bratanov
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.