H
H
HarDaster2018-06-09 02:56:38
css
HarDaster, 2018-06-09 02:56:38

How to insert images so that half of the image goes outside the browser window and so that there is no scrollbar in the browser window?

How to insert images so that half of the image goes outside the browser window and so that there is no scrollbar in the browser window?
example https://jsfiddle.net/HarDaster/sgnLo84r/
if instead of "right" insert "left" then there is no band but I need the image to be on the right

Answer the question

In order to leave comments, you need to log in

2 answer(s)
0
0xD34F, 2018-06-09
@HarDaster

body {
  overflow: hidden;
}

D
Danil Sapegin, 2018-06-09
@ynblpb_spb

body{overflow:none;}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question