Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #753008

    [ENGLISH]
    Hi,
    i build a site with the “portfolio raster” and “ajax preview”. i get it to work that the image container is 100% width and the text with the toogles comes below. but the big image is blurry and seems to be resized or whatever, because its capped at 1030px wide, although its original dimension is much bigger. how can i prevent this?

    —-

    [GERMAN]
    Hi,
    ich habe eine Seite mit dem “Portfolio Raster” und der “Ajax-Vorschau” gebaut. Die Bilder die ich über die Miniatur hinzufüge werden ja dann auch groß dargestellt, sobald man auf einen Portfolio-Eintrag klickt.Den Bildbereich-Container habe ich über CSS auf 100% gesetzt, sodass der Text mit der Beschreibung (Standardmässig Toogles) unter das Bild rutscht. So weit so gut. Allerdings sind die (großen) Bilder unscharf. Obwohl ich das Bild auf 1920px Breite angelegt habe. Wenn ich das Bild auslesen scheint er es auf 1030px runterzurechnen. Wie kann ich das verindern?

    #753767

    anyone? :(

    #754953

    I really need help on this one.

    #755726

    Hi,
    It looks like your image is 1030×466 & being scaled up to 100%
    postimage
    My solution is to force a max width so the image is not scaled up. Or you could upload larger images. I know you wrote your images are larger, so maybe your WP > Settings > Media > Media Settings >Large size Max Width needs to be adjusted?
    Try this code in the General Styling > Quick CSS field:

    #top .portolio-preview-list-image, #top .portolio-preview-list-image img {
        max-width: 1030px  !important;
    }

    Best regards,
    Mike

    #756897

    Sorry, double-post.

    #756898

    Hi Mike,

    i dont want them to be 1030px. The image dimensions i upload are 1920px. The end size of the images displayed are 1378px. it seems that the image get scaled down to 1030px and get upscaled afterwards to fit the 100% width of the container, so they get blurry. How do i prevent that?

    The code you offered doesnt change anything, even if i made it max-width: 1378px. :(

    #758275

    No one? :(

    #758372

    Ok, just a the solution myself. If anyone got the same problem: you can change the size under settings -> media under “big”. u have to reupload the images to get it to work though.

    #759376

    Hi,
    Good to hear that the adjustment of the Max Width for media upload at: WP > Settings > Media > Media Settings >Large size worked for you. Thank you for using Enfold.
    Best regards,
    Mike

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Fixed Portfolio Preview Image size?’ is closed to new replies.