pamtbaau Legend
Grav Forum Moderators
@pamtbaau · Joined 8 years ago · 3131 posts · 12 topics · 1012 reputation
Badges
Recent posts
-
Srcset not working in Chrome (but in Firefox and Safari)
· 6 years ago
@luap, What might be happening is the effect of <picture> on the way the browser selects the image. See MDN docs on <picture>. Quote from the docs: The browser will consider each child &
-
Can't install Hypertext v2.1.1 Theme
· 6 years ago
@chiappa, I cannot reproduce the issue... Please provide reproducible steps. I did: Openend admin Chose 'Themes' Chose 'Add' Filtered on 'Hypertext' Chose 'install' and 'continue' Theme is installed
-
Bricklayer starts with one column and than flashes/switches to two columns
· 6 years ago
@anderer, You're right, the images in your items are not the problem: They appear to be svg... And images resize to the width of the container... The real issue is the size of the titles (.tool-name
-
Resizing image to fit the screen
· 6 years ago
@oxide, Ouch, I forgot to cleanup the css since both selectors are the same. Replace all css with: .maxsize { max-height: 100vh; /* subtract height of fixed header if needed */ display: block
-
Resizing image to fit the screen
· 6 years ago
@oxide, OK, you can partly blame me... LOL... You included the comments from my example, which is invalid css. Remove the // and the remarks I will fix my example code... And you can blame yourself..
-
Resizing image to fit the screen
· 6 years ago
@oxide, Without knowing/seeing your site, the page layout and styling, "it's not working for me" is a bit uninformative to me... You might consider adding some clarity by: sharing your site showing s
-
Resizing image to fit the screen
· 6 years ago
@oxide, Using an inherited theme of Quark, I did the following. [Updated to cleanup code samples.] Created portrait version of image Copied both images into /pages/02.typography/ Added images to
-
How to migrate Wordpress Metadata to Grav
· 6 years ago
@Turum, Please shoot my thinking where you foresee issues... My thinking: Getting slug/meta-data from Wordpress: A SQL query in WordPress could be converted to { slug: meta-data[] }. In Grav plugin
-
Bricklayer starts with one column and than flashes/switches to two columns
· 6 years ago
@anderer, The content of items arranged by bricklayer.js or masonry.js have an impact on the process of laying out the items. In case of a two-column layout, bricklayer adds items to the two columns.
-
There is a "blank theme"?
· 6 years ago
@JulesVlt, Using the DevTools plugin you can create a very minimalistic theme that only has the bare necessities: Change directory to root of Grav installation Install the devtools plugin: $ bin/gpm