Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #394328

    About the AJAX portfolio, when I click on one item and the preview AJAX section opens, the image preview is extremely big, I haven’t found an option to avoid this stretching of the picture to show the original or certain size. Is this possible on the AJAX preview?

    #394339

    Hi yklein!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed

    .portfolio-preview-image {
    width: 50%;
    }
    .portfolio-preview-content {
    width: 50%;
    }

    You should adjust the values accordingly

    Best regards,
    Yigit

    #394453

    Thanks!
    That did the trick for me. Is there a way to change the aspect ratio of the AJAX preview to comply with portrait?
    What about mixing portraits and landscapes, possible to adjust the ratio on the fly (perhaps by tagging the images)?

    #394463

    Hi!

    Can you please post a screenshot and show the changes you would like to make? You can upload your screenshots on imgur.com or Dropbox public folder and post the links here.

    Best regards,
    Yigit

    #394849
    This reply has been marked as private.
    #395325

    Shalom!

    Can you post the link to your website please? :)

    Cheers!
    Yigit

    #395338
    This reply has been marked as private.
    #396591

    Hi!

    Please try adding following code to Quick CSS

    .portfolio-preview-content {
    width: auto;
    }

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.