Comments 2Annie started the conversationNovember 23, 2016 at 3:23amHello.I would like to know the size of a few images in the template.I would like to use the revolution slider -- landing01. What is the size of each slider?If I put an image to take up all the space of 1/2 column, what is the size of the image?In my portfolio page, I would like to use portfolio -> masonry layout -> 4 columns -> light. What is the width of each column?I need the above mentioned sizes, because I would like to crop my images correctly.Thanks. 899TheFox repliedNovember 24, 2016 at 8:15amHello Annie,The image size are not set depending on the column size for the portfolio or blog module, those thumbnail are generated by the theme.Those are the thumbnail size we are using :add_image_size ('portfolio_tn', 640 , 400 , true); add_image_size ('portfolio_classic', 800 , 380 , true); add_image_size ('portfolio_squared', 768 , 768 , true); add_image_size ('portfolio_landscape', 768 , 384 , true); add_image_size ('portfolio_portrait', 384 , 768 , true); add_image_size ('staff_tn', 570 , 570 , true); add_image_size ('blog_tn', 1200 , 565 , true); add_image_size ('blog_tn_alt', 553 , 400 , true);The first number being the width the second the height.For the Slider revolution it depends, we used 1920x1200px image for background, but you may to want use bigger or smaller image.Do not hesitate to contact us if you have more questions. Regards.--------------------- Hosting we recommend ( Free SSL and CDN included in all plan ). Speed up your site with Autoptimize Test your site with GTmetrix and fix the issue to make it faster How to Update your Theme Sign in to reply ...
Hello.
I would like to know the size of a few images in the template.
I would like to use the revolution slider -- landing01. What is the size of each slider?
If I put an image to take up all the space of 1/2 column, what is the size of the image?
In my portfolio page, I would like to use portfolio -> masonry layout -> 4 columns -> light. What is the width of each column?
I need the above mentioned sizes, because I would like to crop my images correctly.
Thanks.
Hello Annie,
The image size are not set depending on the column size for the portfolio or blog module, those thumbnail are generated by the theme.
Those are the thumbnail size we are using :
add_image_size ('portfolio_tn', 640 , 400 , true);
add_image_size ('portfolio_classic', 800 , 380 , true);
add_image_size ('portfolio_squared', 768 , 768 , true);
add_image_size ('portfolio_landscape', 768 , 384 , true);
add_image_size ('portfolio_portrait', 384 , 768 , true);
add_image_size ('staff_tn', 570 , 570 , true);
add_image_size ('blog_tn', 1200 , 565 , true);
add_image_size ('blog_tn_alt', 553 , 400 , true);
The first number being the width the second the height.
For the Slider revolution it depends, we used 1920x1200px image for background, but you may to want use bigger or smaller image.
Do not hesitate to contact us if you have more questions.
Regards.
---------------------
Hosting we recommend ( Free SSL and CDN included in all plan ).
Speed up your site with Autoptimize
Test your site with GTmetrix and fix the issue to make it faster
How to Update your Theme