Notifications
Clear all

[Solved] Flickr Gallery Dimensions

13 Posts
2 Users
2 Likes
1,039 Views
Posts: 17
Customer
Topic starter
(@saskia-van-doesburg)
Member
Joined: 4 years ago

I asked about this before and then it was fixed by css. See here: https://gvectors.com/forum/wpforo-embeds/change-dimensions-of-flickr-gallery/#post-23961

is it possible to show the flickr gallery in a topic a bit bigger? Other items I embed are shown full with where the Flickr gallery only uses half of the width.
I hope this can be done with css? I can't seem to find a setting for this.

Now I'm on my live site and the css code doesn't work. Did something change in the last 5 months maybe?

code from then was:

.flickr-embed-photo.show-navigation {
width: 100% !important;
}
.flickr-embed-photo img {
width: 100% !important;
max-width: 100%;
}
12 Replies
Astghik
Posts: 5874
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

@saskia-van-doesburg,

Please leave some example URL to allow us to debug the issue. 

Posts: 17
Customer
Topic starter
(@saskia-van-doesburg)
Member
Joined: 4 years ago

https://lowlug.com/forum/faq-mededelingen/het-grote-testtopic/#post-6

The images seems also to be cut off (clipped) at the bottom.

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5874

@saskia-van-doesburg,

Please add the following code as well and check again:


#wpforo #wpforo-wrap .wpf-embed{
width: 100% !important;
max-width: 100% !important;
}
.flickr-embed-photo.show-navigation {
width: 100% !important;
max-width: 100% !important;
}
#wpforo #wpforo-wrap .wpf-embed{
width: 100% !important;
max-width: 100% !important;
}
.flickr-embed.flickr-embed-photo{
width: 100% !important;
max-width: 100% !important;
}
.flickr-embed-photo.show-navigation {
width: 100% !important;
max-width: 100% !important;
}
.wpforo-post-content p a img {
width: 100%;
}

Please don't forget to properly delete all caches before checking. 

Posts: 17
Customer
Topic starter
(@saskia-van-doesburg)
Member
Joined: 4 years ago

I added the code. It works for width, but not for height.

Posts: 17
Customer
Topic starter
(@saskia-van-doesburg)
Member
Joined: 4 years ago

I have to undo the code for now because it's messing up my posts and I'm on a live forum.

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5874

@saskia-van-doesburg,

Please put the code to allow us to check the issue and provide a solution for this as well. 

Page 1 / 2
Share:
Scroll to top