Question: How to reduce the height by 150 from the top and bottom?
There is a fixed height, say 1000. If the screen height becomes less than 1000, then you need to remove 150 pixels from this height from the top and bottom. javascript error How can this even be done on pure js?
9codings