crispyfried
Forum Replies Created
-
Still haven’t cracked this…
Does anyone know if I can use the getimagesize() function? This should determine the size of any given image file and return the dimensions, but how would I go about using that function (if it is suitable)?
Forum: Themes and Templates
In reply to: [Sampression Lite] /sampression-lite/index.php on line 33As far as I know, that code means you’re referring to an array key that doesn’t exist. “Offset” refers to the integer key of a numeric array.
Check your index.php on that line and see what’s there, and post it, maybe that would help determine the problem.
This page: http://isotope.metafizzy.co/docs/help.html says
Unloaded media files like images and @font-face fonts can throw off layout and cause item elements to overlap one another. Ideally, Isotope layouts should be initialized after all inner content has loaded.
It has some suggestions about how to get around the problem, but I’m not sure where to insert the code… 🙁
Hi incontrol,
That would be a work-around, but I actually want the thing to work properly, and need to display more posts on the front page!
For the images to be full size, look in your style.css for any reference to this:
article.post .featured-img(style.css can be found in Appearance – Editor)
There will be a few references, and you should change the css to:
article.post .featured-img { height:100%; }