Jump to content
  • 0

Hover Image


imJihyo

Question

Hi fellow Caspio users! I was wondering if anyone was able to implement a functionality similar to what I want to have. Basically, I have a tabular report page where one column contains a small image or perhaps an "icon". It's a smaller version of the original full-size image that I am showing in the results page. What I want to happen is whenever a user hovers over the image, I want a zoomed in version to pop-up. I was using the code from this forum post but it also zooms other icons like the inline edit icon. 

Any help would be appreciated <3

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Hi @imJihyo! have you tried using a different class? you can try this one:

.cbResultSetTableCell img:hover

So when used with the same code, it should be like this:

<style>
.cbResultSetTableCell img:hover{
transform: scale(2);
  transition: transform 0.25s ease;

}
</style>

 

Hope this helps!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...