Tagged: blog image size, Lightbox, transparency
-
AuthorPosts
-
February 8, 2015 at 1:49 pm #392721
Hi!
I’ve looked through support threads and can find many posts on changing the image size, but I just want to know what the default image sizes are?
I’m trying to make images that look good on the blog posts, both as large featured and small featured image. How wide should I make them (the height seems to vary with the image width)?
Also wondering, when I put an image that is partly transparent, png, why a little pencil and a grey area show up behind the image and how I can make that go away?
Third question? How do I get the thing that happens when you put your mouse over the image to go away? I want my images to show up as normal images, not as light boxes…
Thanks!
yours,
SolveigFebruary 9, 2015 at 5:03 pm #393141Hey solveigmalvik!
1- Default image sizes are as following
$avia_config['imgSize']['widget'] = array('width'=>36, 'height'=>36); // small preview pics eg sidebar news $avia_config['imgSize']['square'] = array('width'=>180, 'height'=>180); // small image for blogs $avia_config['imgSize']['featured'] = array('width'=>1500, 'height'=>430 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['featured_large'] = array('width'=>1500, 'height'=>630 ); // images for fullsize pages and fullsize slider $avia_config['imgSize']['extra_large'] = array('width'=>1500, 'height'=>1500 , 'crop' => false); // images for fullscrren slider $avia_config['imgSize']['portfolio'] = array('width'=>495, 'height'=>400 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['portfolio_small'] = array('width'=>260, 'height'=>185 ); // images for portfolio 4 columns $avia_config['imgSize']['gallery'] = array('width'=>845, 'height'=>684 ); // images for portfolio entries (2,3 column) $avia_config['imgSize']['magazine'] = array('width'=>710, 'height'=>375 ); // images for magazines $avia_config['imgSize']['masonry'] = array('width'=>705, 'height'=>705 , 'crop' => false); // images for fullscreen masonry $avia_config['imgSize']['entry_with_sidebar'] = array('width'=>845, 'height'=>321); // big images for blog and page entries $avia_config['imgSize']['entry_without_sidebar']= array('width'=>1210, 'height'=>423 ); // images for fullsize pages and fullsize slider
You can find them in Functions.php file in Appearance > Editor and change them as needed. Please do not forget to regenerate thumbnails using this plugin – https://wordpress.org/plugins/regenerate-thumbnails/
2- Can you post the link to your page where we can see an example please?
3- Please add following code to Quick CSS in Enfold theme options under General Styling tab.image-overlay { display: none !important; }
Cheers!
YigitMarch 23, 2015 at 10:16 am #416289Hi Yigit
I am trying to also resize (height) the image in the blog post. I tried to follow your instructions above and find it in the latest enfold release 3.1.1 but can’t seem to locate it in the functions-enfold.php.That is the only functions file I have. Could you point me in the right direction?
Thanks so much.
CorinaMarch 23, 2015 at 10:19 am #416290please disregard, I just found it.
Thanks, Corina -
AuthorPosts
- The topic ‘default blog image sizes?’ is closed to new replies.