New Landing How can we help? Themeforest Theme Support Flexform Image width in a single image

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Flexform
  • #1317
    Toxicus
    Member
    Post count: 14

    Hi! My picture in portfolio is wider than the original image. In settings I set “Full width” to “no”, but the picture is still widely. How I can get the original image size?

    http://samokhinteam.ru/?portfolio=74

    #1324
    kensansamei
    Member
    Post count: 6

    hi, i have the same problem …

    #1383
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Hi,

    The image shown is the original image, but your original image is smaller than the theme width, so the responsive code kicks in and stretches it to 100% width.

    Try with this custom CSS in the theme options;

    .wpb_single_image img {
        width: auto !important;
    }

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #1432
    kensansamei
    Member
    Post count: 6

    hi,

    yes, that works!

    one more thing: how can i align them “center”?

    thanks

    #1476
    Cosmin – SUPPORT
    Member
    Post count: 3851

    I see they take up the whole width of their container. Do you have a portfolio where they are smaller, so I can test?

    Regards,
    ————————————————————————————————————

    Cosmin
    Support Assistant

    #3863
    kensansamei
    Member
    Post count: 6

    hi, sorry, took me some time to find the time to reply.

    yes, i emplemented the images with 1180px width, because i thought it would work.
    but sadly the images look very blurry?!

    please, what ist the best way to implement the images?

    #3866
    kensansamei
    Member
    Post count: 6

    sorry, almost forgot, please see here:
    http://www.uniqade.de/wordpress/?portfolio=8340

    the first image is only 586px width. how can i aligne this image center?
    by the way, this is the only image that is sharp as it should be …

    thanks for your help!

    #3949
    Cosmin – SUPPORT
    Member
    Post count: 3851

    Add this custom CSS in the theme’s General options to center align single images:

    .wpb_single_image img {
        margin: 0 auto;
    }

    For the other issue, if images are bigger than the container, they get adjusted to fit and that may be the reason they’re not sharp as that 586px image (that one fits the container)

    Regards,

    ————————————————————————————————————

    Cosmin
    Support Assistant

    #3980
    kensansamei
    Member
    Post count: 6

    ok, than please tell me what size does the container have?

     

    #4108
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    The container is 1170px at it’s widest size, and it resizes based on the browser width.

    – Ed

Viewing 10 posts - 1 through 10 (of 10 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register