how can i show the feature images at the blog detail page. when i try to click the next or previous blog entry (arrows at the side) there is no icon shown.
normally i see a round image.
and is it possible to set the video player by default to settings like here http://www.alfaweb.at/lustigehunde/test/
full wide and no borders?
Hey alfaweb2!
As long as you have a featured image set for the posts then it should be displaying there in the post navigation.
For the video try adding this to your custom CSS.
#top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: auto !important; }
Best regards,
Elliott