• Resolved philwiener

    (@philwiener)


    Hi eleopard,

    I am styling my website section https://philwiener.com/#portfolio right now. The thumbnails of my portfolio have another aspect ratiion than the original thumbnails from Behance. Means: the bottom part of the cover images is cropped.

    It would be quite cool if you could provide a CSS to adjust the height of the thumbnails.

    Many thanks in advance & best regards,
    Phil

Viewing 5 replies - 1 through 5 (of 5 total)
  • You can use plugin Regenerate plugin to adjust the height and width of the images thumbnails.

    Plugin Author eleopard

    (@eleopard)

    @johnbabba. Thanks for the support. However, this would require some CSS modifications.

    Dear Phil,

    Please add the following CSS to
    Portfolio Manager > Settings > Advanced Tab > Custom CSS Box

    .eds-bpm-view,
    .eds-bpm-view .eds-bpm-mask,
    .eds-bpm-view .eds-bpm-content{
    	height: 172px;
    }

    This should resolve the issue.

    Thread Starter philwiener

    (@philwiener)

    Dear eleopard,

    thanks a lot (again) for your help!
    This works perfectly.

    Like I mentioned before: your support is the absolute benchmark!

    Best regards,
    Phil

    Thread Starter philwiener

    (@philwiener)

    https://philwiener.com/#portfolio

    Dear eleopard,

    your code works great but I just noticed that the space below the tiles is too small now. Could you provide a CSS to add the 14 missing pixels below the tiles?

    Thanks in advance,
    Phil

    Plugin Author eleopard

    (@eleopard)

    Dear Phil,

    Apologies for missing this. Please add the following to existing CSS

    .isotope-item{
    	height: 172px !important;
    }

    This should make the spacing a perfect 20px.

    • This reply was modified 7 years, 9 months ago by eleopard.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Thumbnail aspect ratio’ is closed to new replies.