Hi SEOCO , thank you for your reply! We've checked the issue and it appeared to be an issue on our side. We've fixed some other issues together with the image one.
Version 2.2-beta-6 has been released!
In this version we have not yet implemented image only
mode, so I suggest to add the following code as you have a very big 'icon':
.popup-call-back {
text-align: right;
height: unset;
box-shadow: unset;
}
.popup-call-back img {
max-width: unset;
transform: translate(0, 0);
position: relative;
top: unset;
left: unset;
border-radius: 0;
float: right;
}
Quick note: I've just discovered a small bug when you hover the image, it goes back to the default size. You can fix this by setting the hover image size
also on 200px
. We'll fix this issue tomorrow.
Let me know if this helps!