JS make image screen size upto a certain size. (Solved)
Posted: Thu 04 Feb 2016, 17:13
I embedded a script into my website so I can have a rotater. The script is located at http://www.htmlgoodies.com/beyond/javas ... b-Site.htm
My website is http://www.globalwarmingllc.com
The script unmodified works well on large screens but doesn't fit in mobile devices. I had trouble modifying it I am using a templated design with CSS and the metatags I found to fit across all devices didn't work. I finally used something like "image: full" and it works nicely on mobile devices now. The problem is it doesn't need to be that big on desktop monitors. (Although I have to say, my artwork is exquisite)
Is there a simple way to use the image full idea only up to the actual size of the image (say 500X600 pixels) and have it centered on the page?
My website is http://www.globalwarmingllc.com
The script unmodified works well on large screens but doesn't fit in mobile devices. I had trouble modifying it I am using a templated design with CSS and the metatags I found to fit across all devices didn't work. I finally used something like "image: full" and it works nicely on mobile devices now. The problem is it doesn't need to be that big on desktop monitors. (Although I have to say, my artwork is exquisite)


Is there a simple way to use the image full idea only up to the actual size of the image (say 500X600 pixels) and have it centered on the page?