-
AuthorPosts
-
February 28, 2017 at 4:08 pm #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?- This topic was modified 7 years, 8 months ago by Pixel_Production.
March 1, 2017 at 3:34 pm #753767anyone? :(
March 3, 2017 at 10:49 am #754953I really need help on this one.
March 4, 2017 at 10:24 pm #755726Hi,
It looks like your image is 1030×466 & being scaled up to 100%
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,
MikeMarch 7, 2017 at 11:38 am #756897Sorry, double-post.
- This reply was modified 7 years, 8 months ago by Pixel_Production.
March 7, 2017 at 11:38 am #756898Hi 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. :(
March 9, 2017 at 10:19 am #758275No one? :(
March 9, 2017 at 2:46 pm #758372Ok, 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.
March 11, 2017 at 4:14 pm #759376 -
AuthorPosts
- The topic ‘Fixed Portfolio Preview Image size?’ is closed to new replies.