Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #183324

    Hi,
    How can i change the size of the images showing in ajax portfolio display?
    I changed the “gallery size” to maximum width 600px x maximum height 600px with the simple image size plugin but whatever size i am uploading f.e 600×600 it resizes to 684×684.

    thanks

    #183443

    Hi saquasar!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    .portfolio-preview-image {
    width: 600px;
    }

    Cheers!
    Yigit

    #183902

    Hi Yigit,
    It’s working for the image but do i have to change also the size of the “portfolio.preview.content” because now it’s smaller.
    And an additional question,is it possible to add the hover effect of masonry gallery to ajax portfolio gallery or where can i add my own css hover effect?

    • This reply was modified 11 years ago by saquasar.
    #184059

    Hi!

    You can add this on your custom.css or Quick CSS:

    .portfolio-preview-content {
    width: 40%;
    }

    Please hire a freelance developer to add a masonry gallery hover effect.

    Best regards,
    Ismael

    #184123

    Hi Ismael,

    Ok with the image size and content.

    Can you please tell me where can i add my own css code for the hover effect of portfolio?

    #184764

    Hey!

    You can target following classes

    a:hover .image-overlay .image-overlay-inside { }
    .image-overlay .image-overlay-inside { }

    If you need help with it, let us know!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ajax portfolio image size’ is closed to new replies.