• When opening the media library and the unsplash tab, I cannot scroll down to see more images and I cannot see an “insert” button on the right side

Viewing 2 replies - 1 through 2 (of 2 total)
  • The plugin isn’t updated in over two years, 3 major revisions of WordPress. https://www.ads-software.com/plugins/free-images/ is much more recent (Openverse and Pixabay images).

    Go to the Unsplash website to find an image you like, download it to your computer, add it to your Media Library (and paste the credits that Unsplash suggests).

    If you really want to use this plugin, have to use your browser’s inspector to add some CSS. Find the element that looks like this (but with different numbers):

    <div tabindex="-1" class="attachments" id="__attachments-view-716" style="position: relative; height: 6736px;">
    

    Then add some CSS to that element:

    element {
    	position: relative;
    	height: 80vh !important;
    	overflow: scroll;
    }

    @tkaplanis Did you make this work as it should?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I cannot scroll down to see more images’ is closed to new replies.