Implementing twitter bootstrap responsive for scaling images using css has been challenging. Currently, I have set the images to 100% width with auto heights.
The issue arises when WebKit struggles to handle animations, especially during page scrolling, if the images lack specific dimensions.
To address this problem, I am looking to create a jquery function that will run at the beginning of the page load. This function should iterate through each image, retrieve its actual on-screen size, and then dynamically adjust the image attributes accordingly. How can I achieve this seamlessly?