Image Display Problem #7386
Unanswered
arunkumar12712
asked this question in
Help
Replies: 2 comments 1 reply
-
|
I think that is the intended behavior |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
This is the default and expected behavior. In Serenity, image fields (e.g. Why it works this way
Can this behavior be customized?Yes — but not via a built-in option. Common approaches include:
For example (conceptually): $('.s-ImageUploadEditor img').on('click', e => {
e.preventDefault();
// open modal / lightbox here
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If i am click on image then image show new tab in browser.

Serenity version 8.7.2
Beta Was this translation helpful? Give feedback.
All reactions