Images embedded in our posts are getting cropped (just tested one that cropped to 390 length from 999 length) is there a way to remove the cropping so we can embed full size images within our posts?
Stop cropping in embedded post images
6 posts from 3 voices-
Posted 1 year ago #
-
Hey,
you can select the image size when you insert an image into the post (like the image alignment). Select the "full size option" on the right. Kriesi also included a css limitation to avoid styling problems. You can remove it with following css code (add it to css/custom.css):
.entry-content img { max-width: auto; }Posted 1 year ago # -
Hey,
We are selecting full size and while it shows the dimensions correctly for example 585 by 585 the full size option length is cropping to 390 automatically. Any ideas?
Posted 1 year ago # -
Hey,
in your functions.php file this line can be edited:
$avia_config['imgSize']['full'] = array('width'=>940, 'height'=>390); // big images for fullsize pages and fullsize 2D & 3D sliderThe width & height should be pretty self-explanatory :)
Posted 1 year ago # -
Thanks Chris!
Posted 1 year ago # -
Glad that I could help :)
Posted 1 year ago #
Reply
You must log in to post.














