komorebikun
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Header media as backgroundJust found the solution!
.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
position: fixed;
height: auto;
left: 50%;
max-width: 1000%;
min-height: 100%;
min-width: 100%;
min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
width: auto;
top: 50%;
padding-bottom: 1px; /* Prevent header from extending beyond the footer */
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}Forum: Fixing WordPress
In reply to: twenty seventeen – header media as backgroundThanks for the hint, I didn’t even think about that!
Forum: Fixing WordPress
In reply to: How to randomize featured image for specific post?Artur sorry for my late reply, somehow I recieved no notification about your reply… There would be about 100 images that should randomly load.
Forum: Fixing WordPress
In reply to: How to randomize featured image for specific post?Yes, that is exactly what I am trying to do. But somehow in the sea of plugins I can’t seem to find the right one for me, and I also lack the technical know-how to write up a code to do that on my ows.