I want to create the effect that an image will change in size when it is pointed by the mouse cursor, as in html: <img src="URL of the image" onmouseover = "this.width = 500; this.height = 500;" onmouseout = "this.width = 400; this.height = 400;" width = "300" height = "300" alt = "" />
There must be a way using tooltip and the img src. Try looking at the links from this answer:
Let us know if you come up with something, this could be great!
Hi, sorry for the delay answer. Your solution was effective in part, I am guided to look for more information in the chat. At the end I found how to enter HTML in Confluence using the code {html, thanks for the support.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.