How to do what would Nivo Slider display pictures in full screen for any resolution? At the moment when loading the page the image is stretched to the full screen, as it should. But when the first slide switch is triggered, the change occurs along the border of the image itself (for example, 670px, that is, two pictures are already on the screen). For slider and pictures I have prescribed:
.nivoSlider { position: absolute; width: 100%; height: 100%; } .nivoSlider img { position: absolute; height: 100%; width: 100%; top: 0; left: 0; } But it does not help. Does anyone have any ideas on this?