If I insert the image into a post using Classic editor at full size, the images are their actual full size at 1200 pixels wide. However, if insert the same photo into a post using Block editor at full size, the image is only 924 pixels wide.
It appears that this only is affecting my horizontal images. My vertical images are displaying at 1200 pixels wide. Any idea on how I can solve or fix this?
]]>I see there was the same issue “resolved” in forum post https://www.ads-software.com/support/topic/image-size-in-visual-portoflio/#post-10942502
but there’s no answer on how to deal with it
How can this be solved please?
thank you very much
I’ve tried switching to the thumbnail version to make the images smaller, but that only makes them larger.
I’ve tried all the related custom CSS that I could find in the support threads but none are working for me.
Any ideas how I get the images to appear horizontally and smaller?
]]>
.facebook-hover {
background-image: url('wp-content/uploads/2016/04/facebook-hover-e1461988191126.png');
}
.social-slide {
/*background-image: url('path/to/image.png');*/
height: 48px;
width: 48px;
margin: 10px;
float: left;
-webkit-transition: all ease 0.3s;
-moz-transition: all ease 0.3s;
-o-transition: all ease 0.3s;
-ms-transition: all ease 0.3s;
transition: all ease 0.3s;
}
.social-slide:hover {
background-position: 0px -48px;
box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.8);
}
Here is the html, I have this code within a SiteOrigin Editor widget in a SiteOrigin pagebuilder row.
<div class="facebook-hover social-slide"></div>
<div class="facebook-hover social-slide"></div>
<div class="facebook-hover social-slide"></div>
<div class="facebook-hover social-slide"></div>
Any help would be greatly appreciated!!!
]]>I know zippo about code.
]]>https://www.ads-software.com/extend/plugins/link-list-manager/
]]>I experienced this problem once before on an older version of WordPress that you must have fixed, but I can’t recall on how to fix it this time.
In having made the galleries and placed them on the pages I wanted, they appeared at the width and height of the images as full (700x525px). But since the latest update, the images only appear at a few pxs high but at full width. This is on the jQuery Cycle theme, on the Flexslider (Which I would actually prefer) it doesn’t work at all.
Any information and help would be appreciated as I sincerely like this plugin!!
https://www.ads-software.com/extend/plugins/good-old-gallery/
]]>