I have exported a Processing sketch as a Java applet and uploaded the index.html as the home page of a website.
When I access the page using Firefox, the Java applet is sometimes (but not always) cropped from its actual size (1000x750) to 640x480.
I can't be sure what triggers the behavior, but it seems as if if is determined by which URL I use:
mydomain.org works fine (shows full 1000x750)
www.mydomain.org crops to 640x480
The problem does not occur with Safari, and other Firefox users can access the site fine using either URL.
I am using the most up-to-date versions of Firefox and Processing.
Does anyone have any ideas of what might be causing this behavior?
Thanks!
When I access the page using Firefox, the Java applet is sometimes (but not always) cropped from its actual size (1000x750) to 640x480.
I can't be sure what triggers the behavior, but it seems as if if is determined by which URL I use:
mydomain.org works fine (shows full 1000x750)
www.mydomain.org crops to 640x480
The problem does not occur with Safari, and other Firefox users can access the site fine using either URL.
I am using the most up-to-date versions of Firefox and Processing.
Does anyone have any ideas of what might be causing this behavior?
Thanks!
1