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
ParticipantIts the same gallery with other photoes
Your login is: Catalin
Password: r^?6hPaPthanks for help.
beohs
Participant -
AuthorPosts
Viewing 13 posts - 1 through 13 (of 13 total)