I have a website that uses modals to view my artwork after a thumbnail is selected. I want to show my artwork full size 1600x1000 and not responsive but the modal only seems to be able to show smaller images. I will probably need to have scroll bars to move around the image if its bigger that a viewers screen size. can anyone please show me how to do this? Thanks
I would have love you show your sample code.
But here’s a quick one:
img {
max-width: none;
}
in your css.
Does this help?
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.