• Resolved quinox

    (@quinox)


    Hi,

    I’m using this plugin for the first time.

    The plugin is working, but the images are blur because of the resize.
    My images are 1900px width. In the options in wordpress for Nivo slider and in the css file of nivo silder i say width:1900px.
    Still when resizing the image, it starts at 600px (i figured that out). thus even if my images are 1900px it stretch them, so they become unsharp. The only way to get sharp images is by setting the width to 600px.

    How to fix this?

    My css for nivo-slider:

    #slider {
        position:relative;
        background:url(images/loading.gif) no-repeat 50% 50%;
        /*max-width:2000px;*/
        width:2000px;
        margin-left:auto;
        margin-right:auto;
        overflow:hidden;
    
    .nivoSlider {
    	position:relative;
    	/*width:600px;*/
    	width:2000px;
    	background:url(images/loading.gif) no-repeat 50% 50%;

    https://www.ads-software.com/extend/plugins/nivo-slider-for-wordpress/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can check for the option menu under nivo slider for wordpress. Change the size of image and you will have 1900px width image.

    Or you can resize the image outside wordpress using gimp or else

    Thread Starter quinox

    (@quinox)

    Hi andriansah

    Thanks for the reply, but I already sorted it out with the non-wordpress version of Nivo-slider.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘images blur’ is closed to new replies.