09-01-2023, 12:50 AM
(09-01-2023, 12:23 AM)bplus Wrote:Couple of things @bplus(09-01-2023, 12:13 AM)grymmjack Wrote: @bplus what resolution are you using?
Here is what a smaller width looks like on my machine with my responsive fix in place:
The width of the entire forum is min-width of 970px - LMK how this works for you.
Here is what is happening with the resize stuff in QBJS (1400 pix being resized) :
Even the Logo placement is screwed up!
I think we should be working with much narrower pixel width and NOT screw around with resize.
Maybe the 970 you mentioned @grymmjack.
Glad I didn't start on moving the leaves yet!
Don't add the _RESIZEWIDTH and height stuff use your constants 1400 x 256
Only need those once it goes INTO the iframe.
Do you know what I'm saying?
The _RESIZWIDTH looks at the extents of it's container - in the web this exists - in QB64 IDE the container is the full editor viewport, etc.
So remove that stuff, design to 1400x256, with title-safe area of left most 970px and you should be good.