Notifications
Clear all

[Solved] Change dimensions of Flickr Gallery

5 Posts
2 Users
0 Reactions
1,089 Views
Posts: 17
Customer
Topic starter
(@saskia-van-doesburg)
Member
Joined: 4 years ago

Hi,

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.

4 Replies
Astghik
Posts: 6153
Admin
(@astgh)
Illustrious Member
Joined: 7 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
1 Reply
Astghik
Admin
(@astgh)
Joined: 7 years ago

Illustrious Member
Posts: 6153

@saskia-van-doesburg,

Use the following CSS codes:

.flickr-embed-photo.show-navigation {
width: 100% !important;
}
.flickr-embed-photo img {
width: 100% !important;
max-width: 100%;
}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking

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

I think that worked, thanks!

Share:
Scroll to top