How to expand image to fullscreen with Imshow() method

I also test this option previously and not better :frowning:
cv2.namedWindow(“image”, cv2.WINDOW_NORMAL)
cv2.setWindowProperty(“image”, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)
key = cv2.waitKey(1)
cv2.imshow(“image”, image)