Quote from
luishp on September 22, 2023, 6:04 pm
@zaqueo please take a look at the attached sample app.
Note these important image properties:
width: 100%
height: 100%
object-fit: cover
transition: all 1s ease-out 0s
Zoom In button code:
SetObjectStyle "Image1" "transform" "scale(2)"
Zoom out button code:
SetObjectStyle "Image1" "transform" "scale(1)"
Let me know if you have any doubts.
@zaqueo please take a look at the attached sample app.
Note these important image properties:
width: 100%
height: 100%
object-fit: cover
transition: all 1s ease-out 0s
Zoom In button code:
SetObjectStyle "Image1" "transform" "scale(2)"
Zoom out button code:
SetObjectStyle "Image1" "transform" "scale(1)"
Let me know if you have any doubts.
Uploaded files:- You need to login to have access to uploads.
Vadim and asmat have reacted to this post.