Title: baszero's Replies | WordPress.org

---

# baszero

  [  ](https://wordpress.org/support/users/baszero/)

 *   [Profile](https://wordpress.org/support/users/baszero/)
 *   [Topics Started](https://wordpress.org/support/users/baszero/topics/)
 *   [Replies Created](https://wordpress.org/support/users/baszero/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/baszero/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/baszero/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/baszero/engagements/)
 *   [Favorites](https://wordpress.org/support/users/baszero/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: Flickr Gallery] Flickr image size](https://wordpress.org/support/topic/plugin-flickr-gallery-flickr-image-size/)
 *  [baszero](https://wordpress.org/support/users/baszero/)
 * (@baszero)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/plugin-flickr-gallery-flickr-image-size/#post-1022883)
 * dear all,
    also want to say that the flickr-gallery plugin is just great! The
   only thing I miss is the size option for the lightbox feature in the photoset
   tag (the thumbnails as such of the gallery are of a well chosen size)
 * `[flickr-gallery mode="photoset" photoset="72157605870230826"]`
 * Would it be very difficult to insert an additional parameter for passing the 
   flickr size to use (thumbnail, medium, large, original) ?
    If you could provide
   a short guideline what needs to be updated, I could maybe do it at my own?
 * Let me do a guess: the following line in the flightbox.js is making sure that
   the “medium” is requested:
    `$image.attr("src", $calling.attr("src").replace(/_[
   stm]\./g, "."));`
 * So, here we would need to read a parameter value coming from the wordpress plugin
   options? Or just hardcode for the “large” version?
 * Thanks so much,
    cheers baszero

Viewing 1 replies (of 1 total)