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%;
}