Automattic / themes

Free WordPress themes made by Automattic for WordPress.org and WordPress.com.
https://themeshaper.com
GNU General Public License v2.0
884 stars 351 forks source link

"Latest Instagram Posts" block shows huge images #2338

Open AtrumGeost opened 4 years ago

AtrumGeost commented 4 years ago

Steps to replicate

  1. Add the "Latest Instagram Posts" block and connect to Instagram
  2. Publish the post or page and visit/preview it

Result

Instagram images are huge.

In the editor:

Screen Shot 2020-08-08 at 11 34 28

Actual post in preview:

Screen Shot 2020-08-08 at 11 34 39

Expected

For the Instagram images to be displayed the same as in the editor

kylemcph commented 3 years ago

I was able to replicate this behavior using the Cubic theme. This was brought to our attention in 3495741-zd-woothemes.

donalirl commented 2 years ago

Seen as well in Cubic #11968619-hc

Robertght commented 8 months ago

The issue is still present 7591622-zen

Workaround:

/* fix the Instagram embed | xxxxxx-zen rg */  
@media screen and (min-width: 768px){
.wp-caption.caption-big, .image-big {
    width: 256px;
    max-width: none;
}
}
github-actions[bot] commented 8 months ago

Support References

This comment is automatically generated. Please do not edit it.