Questions tagged [widescreen]

25 questions
0
votes
1 answer

Android Firefox ultrawide fullscreen: best fit instead fit screen?

On a 21:9 ultrawide screen phone (moto g 5G plus, Android 10), while playing youtube videos in full screen, Firefox is using "fit screen" presentation, which touches left and right screen borders but cuts upper and lower parts of the video: Is it…
user2380383
  • 174
  • 1
  • 8
0
votes
2 answers

box-sizing: borderbox; should prevent side scroll?

Im currently doing The Odin Project and my asignment was to make the Google homepage. iv'e come across a problem that I do not know how to solve. I thought by adding the box-sizing: borderbox; the page would not extend larger than the screen im…
0
votes
1 answer

Website layout has suddenly changed in Chrome on widescreen monitors

Updated my website design last week and tested it on different browsers and devices – it's a portfolio site using Bootstrap - and all was good. I checked my website this morning on my widescreen monitor using chrome and the full-width images seemed…
0
votes
3 answers

Setting up my webpages on a widescreen monitor may have caused me to create inaccurate div positions

I recently put together a website exclusively using a computer with a wide screen monitor. Later, When opening the same pages online using a computer with a smaller sized monitor, I suddenly noticed that all the div positions are completely out of…
Quazi
  • 502
  • 1
  • 6
  • 15
0
votes
1 answer

Creating a universal app or separate app for Ipad

I have a game made in sprite kit, xcode 5 flappy bird type game. But it is only for iphone. I want to make it for iPad to but dont know how to I made images for all Ipads and iphone and now I need to make separate app for iPad. Can I create new app…
0
votes
1 answer

how to move scene position in cocos2d on iPhone 5

I have made a game on cocos2d-iphone for iPhone 4, to make it compatible on iPhone 5 wide screen I want to move cocos2d's scene a little bit on right on the iPhone 5 screen. I am trying to move scene by 50 points but after few seconds it gets back…
sarfarazsajjad
  • 1,208
  • 2
  • 17
  • 30
0
votes
0 answers

cocos2d too many fixed point positioning, how to support my app for 4 inch wide screen display

I am making a kids drawing book app on cocos2d, I have completed my application for iPhone 4. I have made too many invisible boxes in my app for touch detection and all of them are set on fixed point co-ordinates for example RectangleBox* pb1 =…
sarfarazsajjad
  • 1,208
  • 2
  • 17
  • 30
0
votes
1 answer

Change web CSS depending on resolution

So, I made 2 CSS files for my website, normal.css and widescreen.css, i'd like my website to use a different CSS file depending on the resolution, normal.css in normal case, and widescreen.css assuming that the screen width is bigger than…
0
votes
2 answers

website not centered in firefox/chrome

i am having a problem with my website on Widescreens on Firefox/Chrome. It's not centred for some reason, margin: 0 auto; is not working either. The website looks fine on normal screens or even wide screens with lower res but on 1900x1200 the…
Sarah McLachlane
  • 537
  • 4
  • 10
  • 21
0
votes
1 answer

How to setup view hierarchy for iPad application with Widescreen 16:9 airplay output

I want to create an iPad app that besides the normal ipad screen (4:3) uses a second UIScreen containing a UIWindow in 16:9 widescreen format if a second screen is attached. I use AppleTV for the connection. I do not just want to mirror the ipad…
Etienne678
  • 444
  • 4
  • 12
1
2