Image Size
-
Hello team!, I already look forward a response to try to solve my problem, but I haven’t find it.
We’re trying to set a popup just with an image inside, it means that we just want an image as a popup. It could be an image center in the middle of the windown (with margin/padding) or also it works having the image without the margin.
I already tried resizing the popup setting and changing the size of the image and vise-verse, it looks impossible.
So, we already tried attaching the code to avoid the margin padding, but always at one part of the window it appears (even if the size of image or window match):
.wdpu-container .wdpu-msg-inner .wdpu-text {
padding: 0 !important;
}
.wdpu-container .wdpu-content > p {
margin: 0;
}Any idea how to resolve it?? Please
- The topic ‘Image Size’ is closed to new replies.