402 Posted Topics

Member Avatar for RikTelner

There are specific CSS media queries to handle these situations. @media all and (orientation:landscape) { /* landscape styles in here */ } @media all and (orientation:potrait) { /* portrait styles in here */ }

Member Avatar for gentlemedia
0
150
Member Avatar for thilipdilip

That anchor trick will work with a custom button, but not with the browser back button. I would look into infinite scroll together with HTML5 History api. There's a payed script that does this perfectly. http://infiniteajaxscroll.com/examples/history.html

Member Avatar for gentlemedia
0
241

The End.