I am working on a donation site for my late nephew.
Desktop version done.
Mobile version done except for one weird bug.
I have everything set up so based upon the screen size the viewing device fetches a different css that will change class settings, swap div tag content, images etc . .
All the images are defined to scale depending on the screen size and its bounding box, be it desktop or mobile.
I have one problem image, that scales well in mobile portrait orientation, but will not scale in landscape.
The image size in landscape actually reduces in size.
All the other images scale ok in landscape, and class is not misspelled.
It is almost like the viewpoint settings are being ignored in for this one image but only in landscape.
Not looking specific coding help here, just wondering if anyone else has seen this type of issue before. Or if I am just crazy.