As I tackle my first responsive design, being a perfectionist is both a curse and a blessing. The layout includes a carousel at the top, which resizes flawlessly with no issues there.
However, the problem arises when the slider, filled with large images, loads after the content below. This causes a noticeable shift in the content positioning, which is not ideal. Typically, I would set a fixed height for the slider container to avoid this issue.
But here's the catch - I can't assign a fixed height to a responsive container, leaving me stumped on how to prevent the content from shifting.
I've even created a jsFiddle to demonstrate the problem, but since it caches the image you'll need to run the output html locally to witness the content shift firsthand.
Any seasoned designers out there have any tricks up their sleeves? Any suggestions?