simple html code to show one large png (3060 x 2222px) center aligned - scroll vertically only -


this question has answer here:

i place 1 large png in center of web page show client. if have tried many codes, never aligns center.

the image bigger browser. left , right need fall off. client allowed scroll down, not left or right.

can me code, please? thx seb

try this:

<img src="your_image.jpg" style="display:block;margin:auto;width:100%;"/> 

Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -