Forum › Forums › General Support › item Pictures shows to Big!
-
AuthorPosts
-
10 November, 2025 at 9:38 am #72024
I have a very strange problem! The images in Wp-Pizza items have become extremely large. The first three images are fine, but after that, they appear much too big.
I’ve tried several WordPress themes, but the result is the same.
I don’t have any plugins installed, I’ve cleared the cache, updated, and tried everything. Do you have any ideas?
Adresse: https://persisch.ch/online-bestellung/trockenfruechte/
or: https://persisch.ch/online-bestellung/Thanks for helping
11 November, 2025 at 12:08 pm #72025Isee here in your Demo same isue:
https://demo.wp-pizza.com/wppizza-add-ingredients/our-menu/user/
The picture from Item Platte shows to Large!
i tested with to many Themes, they worked fine with Standard Wp Themes twenty Five, twnty Fore. The pictures shows perfekt but wp-pizza plugin dont worked on this theme! can not click and Order!Please check it. Thank you
11 November, 2025 at 12:38 pm #72026I’ve found a problem! When I set the style to GRID, the images are fine. The problem lies with the CSS style.
25 November, 2025 at 10:57 pm #72029Eny Idee?
i want to use RESPANSIVE Style, but in Respansive Style, shows first 3 Items perfect, other items pictures shows to large.13 February, 2026 at 10:48 am #72046Hi
sincere apologies for not replying earlier. For some reason the forum stopped sending me notification of new posts a while ago, so I was never aware of any new topics. I’ll make sure to check in here more often regardless of any notifications.
That aside – although I do not think you are using wppizza anymore – this only seems to occur with some images and it’s something that WordPress does , not wppizza (although the css declaration of “width:auto” on article images by wppizza makes this visible).
most images will be and should be shown as follows:
<div id="wppizza-article-img-85" class="wppizza-article-image"><img loading="lazy" decoding="async" width="64" height="64" src="https://some.path.com/Omelet-64x64.png" class="wppizza-article-image-thumb wp-post-image" alt="" title="Platters"></div>but for those distorted images wordpress inexplicably does this:
<div id="wppizza-article-img-85" class="wppizza-article-image"><img loading="lazy" decoding="async" width="64" height="64" src="https://some.path.com/fast-food-icon-64x64.png" class="wppizza-article-image-thumb wp-post-image" alt="" title="Platters" srcset="https://some.path.com/fast-food-icon-64x64.png 64w, https://some.path.com/fast-food-icon.png 128w" sizes="auto, (max-width: 64px) 100vw, 64px"></div>I’ll have a look why this may be and where this comes from. May also be a theme issue, I simply do not know yet.
Thank you for flagging the issue -
AuthorPosts
- You must be logged in to reply to this topic.