Support » Plugin: NextGEN Scroll Gallery » ie displays all the images inline and not as slideshow

Viewing 1 replies (of 1 total)
  • try to look for something in your theme css like:

    .entry-content {
    	-webkit-hyphens: auto;
    	-moz-hyphens:    auto;
    	-ms-hyphens:     auto;
    	hyphens:         auto;
    	word-wrap: break-word;
    }

    comment out this line: #word-wrap: break-word;
    and see if that resolves your issue. Sorted mine in twentrythirteen.

    goodluck

Viewing 1 replies (of 1 total)
  • The topic ‘ie displays all the images inline and not as slideshow’ is closed to new replies.