-
AuthorPosts
-
June 17th, 2017 at 22:46 #47569
Hi All,
Thank you for this seriously awesome theme!!I have the same problem as wrong image height after update to v0.9.2
The featured image post thumbnail is way to low in height.
I try to change the settings from cropped to responsive back and forth while regeneratie after each step.
That didn’t solve this problem.This is a very clean install and using Version: 1.0.1.1 this was just installed fresh.
Im using the force regenerate plugin as requested.You can view the problem at https://moontenerife.com
June 18th, 2017 at 08:04 #47570I compared this behaviour to a testwebsite and took the source to find more information about this problem. Maybe someone can help me out on this.
Wrong!!! Website that displays the posttumbnail wrong
<img
class=”post-featured-image”
alt=”Benimar”
itemprop=”url”
src=”https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=800%2C500″srcset=”https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?fit=718%2C500 718w, https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=1320%2C500 1320w, https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=800%2C500 800w, https://i1.wp.com/moontenerife.com/wp-content/uploads/2017/06/IMG_0178.jpg?resize=512%2C500 512w”
sizes=”(max-width: 800px) 100vw,(max-width: 1152px) 50vw, 449px”
>Correct Website that displays the post tumbnail correct
<img
class=”post-featured-image”
alt=”Compostela Beach Golf Club”
itemprop=”url”
src=”/wp-content/uploads/2017/06/compostela1.jpg”
srcset=”/wp-content/uploads/2017/06/compostela1.jpg 450w, /wp-content/uploads/2017/06/compostela1.jpg 450w, /wp-content/uploads/2017/06/compostela1.jpg 450w, /wp-content/uploads/2017/06/compostela1.jpg 450w”sizes=”(max-width: 800px) 100vw,(max-width: 1152px) 50vw, 449px”
>I also found out that if I resize my window to the smallest width (or view on a smartphone)
The image is displayed correctly.Website: moontenerife.com
- This reply was modified 7 years ago by Maurice.
June 18th, 2017 at 08:26 #47572Ok I have a workaround now, I learned from above that if there are bigger images available than the 450w the image will be wrong.
So I uploaded an image that has lower reolution and used it as the features image.June 23rd, 2017 at 17:04 #48188ZedCryout Creations mastermindThe way in which the theme behaves since the 0.9.2 update is how we intend it to work. Previously the theme would display the images at their original size in an area always set at the configured height (cropping the bottom part if the images did not fit).
Since the update the theme will generate proper sized crops for various screen sizes (so the browsers can load a smaller image, not the full sized one).
If you don’t like this, use the filter described in the 0.9.2 release announcement to disable the srcset functionality (and return to the previous behaviour).If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.October 4th, 2017 at 15:32 #54590Hi Zed,
Thank you for the prompt answer!
Ii can’t find the release announcement.
Can you direct me to it?Thanks!
Regards,
Maurice
October 4th, 2017 at 15:50 #54591I still think there is still some misunderstanding. Did I do something wrong?
I can’t think of a use-case for a behaviour like this…
The image on the left is 1320 × 879
The image on the right uses 800 × 533 pixelsThis is on The testwebsite
- This reply was modified 7 years ago by Maurice.
January 5th, 2018 at 00:27 #57918Seems I have found same issue with my images which are 2048 pixels wide 🙁
@Maurice did you find any solution from the problem other from using the filter to disable srcset?January 5th, 2018 at 00:38 #57919@Zed: You are refering to some king of filter to disable the srcset functionality but i do not see any here https://www.cryoutcreations.eu/wordpress-themes/septera/septera-0-9-2-is-jam-packed-with-coolness
Can you help?EDIT:
I found it in the source code.
$use_srcset = apply_filters( 'septera_featured_srcset', true );
- This reply was modified 6 years ago by krisb.
-
AuthorPosts
The topic ‘responsive featured post image thumbnail bug’ is closed to new replies.