Forum Replies Created
Viewing 13 posts - 1 through 13 (of 13 total)
-
Author
-
beohs
ParticipantOriginal Answer.
As per the widget settings, height and width of thumbnail will be fixed in px. You can override that property in your theme’s js file using following code to work with masonry.
jQuery( document ).ready( function ( $ ) {
jQuery(‘.widget-item-listing img’).css (“height”,”auto”);
jQuery(‘.widget-item-listing img’).css (“width”,”auto”);
}You see a possibility to crop the pictures inside the widget instead?
thanks for help.beohs
Participantbeohs
ParticipantMarked the tabs.
Thanks for help.Attachments:
You must be logged in to view attached files. -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)