I want to make a large image smaller.
So if I have this at the top of my page...
JavaScript code: QuickSlideConfig = {
loading_spinner_url = "loading-spinner.gif",
max_width: 320,
max_height: 240,
auto_fit: true };
and this at the bottom
HTML code: <script src="quickslide.js"></script>
With this in the middle
HTML code: <a rel="quickslide" href="/folder/image.jpg"><img src="/folder/image.jpg" alt="" width="300" /></a>
Where the "image.jpg" is the same file/image for both and is 5MP.
Should the 5MP image show as ~320x240 in the popup? |