Images are not displayed in full size

Discussion in 'GeoCraft WordPress Theme' started by perlaz, Feb 10, 2017.

Thread Status:
Not open for further replies.
  1. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2
    In the picture below shows the fulwidth page with 2 images. The image width of 1200 pixels that are set to full size, but the images are displayed in a smaller format.
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To solve the issue, just use the custom CSS code given below:-

    Code:
    .content_wrapper img {
        width: 100%;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     
  3. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2

    Unfortunately, this does not work. :(
     
  4. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2

    There is no benefit from this proposal. In addition to the system image abnormal increase, all the photos that I put in the page increases to 100% of the width of the page. Size picture I am selecting from a variety of reasons. I do not want that image size of 700 pixels is forcibly increased to 1,200 pixels, or picture of 450 px width is increased to 760 px (or similar). You need to correct a mistake in the theme, so that the page shows the size of the image that is selected when setting up the image, and not a smaller version of the image.
     
  5. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    You can use the following code, discard the previous one,
    Code:
    .fullwidth img.alignnone {
        width: 100%;
        height: auto;
    }
    I hope this will resolve your issue.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  6. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2
    This is not a good solution for several reasons:

    1) If I put a photo page in width, for example 750 pixels, I want it and really being shown 750 px width, but not reduced to about 400 px (such as now), and neither be artificially increased to approximately 1150 px (what happens if I put in code that you suggested).

    2) If I would sometimes convenient to have photos in full-size pages, even then the code is not to be used, because it significantly reduces the quality of photos (photos are blurred), no matter what system I tested with photographs width 1150 px. With photographs of smaller format display photos is much less quality.

    3) This code does not address the same problem also occurs in the Default Template page.

    Thank you for your help
     
  7. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Perlaz,

    I can understand, but you asked to us for full-width image, don't worry, If you allow me to access your site then, I will check and do the required changes there.

    Kindly, share your WordPress admin credentials at [email protected] along with this thread URL:

    WordPress site login URL:
    WordPress admin username:
    WordPress admin password:

    I will check and do the needful.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
  8. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2

    I sent the requested information.

    Thank you,
    Zvonimir
     
  9. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2
    I'm sorry, all the work and wasted time and did not require additional coding. Disturbance caused Jetpack plugin. Geocrafttheme-v2 theme and Jetpack plugin are not comply. Please see what you can do about it.

    Thank you,
    Zvonimir
     
  10. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Can you elaborate the issues and errors that you were facing with our theme using JetPack plugin?
     
  11. perlaz

    perlaz Member

    Joined:
    Sep 15, 2015
    Messages:
    113
    Likes Received:
    2
    Hi,

    When Jetpack plugin is off, images are displayed in pages normally, by default sizes. After the Jetpack plugin is activated, all the photos at once appears to be smaller than the default. For example, in fullwidth page set photo dimensions 1150x763 px (Full Size). Once activated Jetpack plugin, that same image displayed in a smaller format 472x313 pixels (Large). See attached picture.
    The same is happening in the Default Template pages, only with smaller size photos.

    photo.png
     
  12. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello Perlaz,

    This issue has been resolved, We have replied you the solution on email that, the Photon feature of JetPack plugin should be turned Off.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page