strange picture

Hello,

when I click on the picture in my blog i get a very strange full screen picture of my website.

http://www.dennis-sports.nl/nieuws/

can you tell me what to do?

Thanks,

Dennis

Hi @uberoor,

You have a plugin that is causing this issue, I think nextgen gallery. Try to deactivate the plugin and see if it behaves the same.

Thanks,

Cristian

Cristian,

Now its working, thanks.

But can you tell me how to englarge this picture when i’m clicking on it? Or maybe make this picture smaller? Because now i’m not seeing the full picture.
Maybe with some plugin or someting else.

Thanks,

Dennis

Hi,

If you want to make the image smaller use this css code:

#blog .blog-post .blog-post-image img {
    max-width: 100%;
    height: auto;
}

Regardig the plugin, I don’t have one in mind, try searching here:

thanks,
Cristian

thanks,

But my picture is not getting smaller… I have also changed the numbers to a lower % but still nothing.

i have one more question
can i pop up a picture in a post?
like this : http://www.dennis-sports.nl/go-4-fit-3-2016/martijn/
can i make it clickable to see it on a full picture?

thanks,

Dennis

Hi @uberoor,

Change the height to a size that you want. For the second question, try to use a plugin:

Thanks,

Cristian