Image sizes
BeTheme is responsive, but I notice that the portfolio images should be at least 375px wide or else a gap appears on the edges. BeTheme/WordPress will automatically create smaller sizes, and also scale up the 375px width correctly.
Similarly, demo Revolution slider images seem to be 1200px wide. Our page design specifies a 1330px content width, with slider images that span the whole width (so a 1920px screen will have a 1920px slider image). Would you say that 1200px slider images would work well in this design?
TIA
gary
Comments
add_image_size( 'portfolio-mf-w', 960, 375, true ); // portfolio - masonry flat wide
add_image_size( 'portfolio-mf-t', 480, 750, true ); // portfolio - masonry flat tall
add_image_size( 'portfolio-list', 1160, 450, true ); // portfolio - list
add_image_size( 'blog-single', 1200, 480, true ); // blog - single
add_image_size( 'slider-content', 1630, 860, true ); // slider - content