spkt
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Fukasawa] Scaled images on frontpage?By the way, did you ever experience the theme used the full size images as thumbs? I see this all the time.
Forum: Themes and Templates
In reply to: [Fukasawa] Scaled images on frontpage?Thank you buddy. That helped tremendously.
I also updated the thumbnail size, so the system doesn’t create thumbnails that are not needed. (88×88).// Post thumbnails
add_theme_support( ‘post-thumbnails’ );
set_post_thumbnail_size ( 348, 9999, true );add_image_size( ‘post-image’, 973, 9999 );
add_image_size( ‘post-thumb’, 348, 9999 );Forum: Themes and Templates
In reply to: [Fukasawa] Limit posts on MobileDid you find a solution for this?
Forum: Themes and Templates
In reply to: [Fukasawa] Scaled images on frontpage?Did you find a solution? This is killing my Google SEO 🙁
Forum: Themes and Templates
In reply to: [Fukasawa] Single post setupSorry, the previous post messed up.
———When feature images are horizontal, it looks great, but when images are vertical, they often get scaled to 1200px + in height. (too much)
Does anyone know how to rebuild the post page in a responsive layout that keeps horizontal pictures above the content box, but move vertical pictures next to the content box?
(Or at least make the feature post responsive)
Thank you guys!