I am currently working on creating a dynamic full screen background that responds to the movement of the mouse. The idea is that as you move the mouse around, the background image will shift accordingly.
For instance, if you were to move the mouse to the top left corner, the viewport would display the corresponding section of the image while still fitting it within the screen. In this scenario, let's assume that the screen size is 1280 * 960, but the image itself is 1800 * 1300.
I have seen something similar to this concept in the past, but I can't recall where or find the specific term used to describe it. It is not exactly parallax or traditional scrolling background techniques...
If anyone knows about a suitable jQuery plugin and the necessary CSS code to make this happen, your help would be greatly appreciated!
Thanks in advance for any insights and solutions provided!