• Resolved betagoo

    (@betagoo)


    I just put only image into content, nothing else.
    Plugin scale image also for large screen.
    Image dimensions are 950×549 pixels, and viewport dimensions are 1877×1005 pixels.
    Image is always scale for 760×439.2 pixels.
    How to force the original image size for large viewport?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter betagoo

    (@betagoo)

    Temporary solution:

    @media screen and (min-width: 1200px) {
    
    	.wph-modal .wph-modal--message {
    		min-height: 549px; /* put the image height */ 
    	}
    }

    Thank you for sharing your solution. I will pass this along to the development team.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Force original image size for large screens’ is closed to new replies.