Hi ,after i install your theme my new uploaded image seems to be resized.
I have my pop-up from third party plugin, the images with same dimension don’t show the same height
this is the width and height of the image pop-up before install your theme :http://www.mx7.com/view2/z8SVGvCA1y5cXB7C
and here after I install your theme and add some new image to media library:http://www.mx7.com/view2/z8SVHzyCShL48dO5
Hey sarutty,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.mpfy-p-slider .mpfy-p-slider-top img {
height: 400px!important;
min-height: 400px!important;
}
Best regards,
Vinay
Ho yeah it works but i think you misunderstand.I just want it to be something like this :http://www.norththai-tours.com/map-location/queen-sirikit-botanic-garden/?mpfy-pin=6765
I mean the pop up image should be full height while the width is 100 percent.
I think, it is about the media library that it try to resized the upload image .since i tried to upload the same image with the same dimension but the result of the new one and the previous are not the same.
: http://www.norththai-tours.com/map-location/wat-phratat-doi-suthep/
Hi,
Please replace the previous code with the one provided below
.mpfy-p-slider .mpfy-p-slider-top img {
height: 100%!important;
min-height: 100%!important;
}
Best regards,
Vinay