60
Views
7
Comments
Solved
[Lightbox] Is possible use in reactive app?
Question
lightbox
Web icon
Forge asset by Guilherme Jesus
Application Type
Traditional Web, Reactive
Is it possible to use the lightbox for reactive app? how can convert the code? 
I tried to do it in reactive but no success.
2023-12-07 07-51-40
Remco Dekkinga
 
MVP
Solution

But... this is possible with the OutSystems UI Lightbox component. Just follow the step-by-step explanation in the link, and at the last step, fill in the URL of the larger image.

2023-12-07 07-51-40
Remco Dekkinga
 
MVP

Hi Philipe, the component you are referring to is for Traditional Web.

For Reactive Web, OutSystems has this component included in OutSystems UI.

You can see the details here: https://success.outsystems.com/Documentation/11/Developing_an_Application/Design_UI/Patterns/Using_Mobile_and_Reactive_Patterns/Lightbox_Image

Kind regards,

Remco

UserImage.jpg
Filipe Sousa
I saw this component, but I wanted to show the thumbnail and when I click open the original image
2023-12-07 07-51-40
Remco Dekkinga
 
MVP

But that is exactly what this component does. Please scroll down in the link and look at the example.

If this is not what you want, please could you explain more clearly what you are looking for?

UserImage.jpg
Filipe Sousa


To improve the performance of the database, I created a table (thumbnail of the original photo) with a resize of the original image. What I want is: I have the thumbnail (image1) and when I click it I want it to look like image 3
Image2.PNG
2023-12-07 07-51-40
Remco Dekkinga
 
MVP
Solution

But... this is possible with the OutSystems UI Lightbox component. Just follow the step-by-step explanation in the link, and at the last step, fill in the URL of the larger image.

UserImage.jpg
Filipe Sousa


I get it! Thanks a lot for the quick response!!
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.