• outsider

    (@outsider)


    I’ve been using lzil for a bit, and really like the results it gives, however, I would like some method to center images in the screen…
    The CSS (floar left or right) property will not respond to an align=center command.
    How can I get images served by lzil to be centered?

Viewing 2 replies - 1 through 2 (of 2 total)
  • moustache

    (@moustache)

    Did you try something like this?

    .center {text-align: center;}
    <div class="center"><img></div>

    Thread Starter outsider

    (@outsider)

    I did, but if I do, I can’t use the elegant features of lzil…
    I want to keep lzil as the image driver (due to its simple syntax and features) but have a way to center an image.
    Could this asking more then what can be acieved with lzil?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to center image with Lazy Image Layout?’ is closed to new replies.