Home › Forums › Theme support › NITRO Slide issues › Reply To: NITRO Slide issues
Hi,
the moving pictures are the effect of the slider, have you not seen the demo?
If you want, you can add this code to WP Admin -> Appearance -> Theme Options -> General -> Extra CSS Content:
.cycle_element {
background: none !important;
}
#cycle_header img {
opacity: 1 !important;
max-width: 100%;
}
This will prevent the moving pictures and show the uploaded images in the original size.