:bart_cool: á beira mar #Lagos #portugal #myphoto
.
.
#photo #landscapemode #fotolog #algarve #photooftheday #fotodeldia #fotododia #fotografando #roadtrip #viagem #traveling #seaview #praia
#beach
#lagos #portugal #myphoto #photo #landscapemode #fotolog #algarve #photooftheday #fotodeldia #fotododia #fotografando #roadtrip #viagem #traveling #seaview #praia #beach
Is there any way to enable #LandscapeMode on #Mastodon. I usually put docs in landscape from #PortraitMode to be able to see them clearly. #MastodonMigration #Newbie #MastodonTips
#landscapemode #mastodon #portraitmode #mastodonmigration #newbie #mastodontips
#StuffAlcea #js #javascript
#website
Instead of trying to #force people in #landscapemode - which is pretty much #impossible
(https://www.youtube.com/watch?v=Q7LtMTSZGGM https://stackoverflow.com/questions/8738072/forcing-web-site-to-show-in-landscape-mode-only )
I just implemented a #popup that tosses ppl back if in #portrait...
<script>
if(window.innerHeight > window.innerWidth){
alert("横(yoko)! - Please switch to Landscape mode")
window.history.back()
window.close()
}
</script>
#stuffalcea #js #JavaScript #website #force #landscapemode #impossible #popup #portrait