Is there a clever trick or hack to make images load from left to right instead of top to bottom?
Any ideas on how to achieve this?
- I've been thinking about rotating images 90° and then using CSS transformations to bring them back to normal while masking them. So far, I haven't had much luck with this approach. Does anyone have a better solution or trick for accomplishing this?
To clarify, I'm referring to a seemingly simple task which may not be so simple after all and might even be impossible.
Update: I am unsure where to begin... here is a sample fiddle with a large image that takes some time to load: http://jsfiddle.net/cfpqw9Lc/
<div class="img-container">
<div class="img-inner">
<img src="https://s3.amazonaws.com/f.cl.ly/items/0j0g2N1T2w3X0I3Y3Y3Z/dsc_2107.jpg" alt="Large Cat Image"/>
</div>
</div>