Currently, I am using the code below to enlarge an image when clicked on. I have attempted using media queries in CSS...
I have also added another class in #modalPopupHtml# to adjust the size of the large image:
.imgsize{
height: 600px;
width: 800px;
}
However, now I would like to make that large image responsive. When testing the code in mobile view, it does not work properly. What steps should be taken to ensure it fits perfectly on a mobile screen?