Title: Responsive Slideshow &#8211; How To Hardcode
Last modified: August 21, 2016

---

# Responsive Slideshow – How To Hardcode

 *  Resolved [geologist](https://wordpress.org/support/users/geologist/)
 * (@geologist)
 * [12 years ago](https://wordpress.org/support/topic/responsive-slideshow-how-to-hardcode/)
 * The explanation about how to hardcode parameters to make a slideshow responsive
   are very confusing on this page:
 * Please explain exactly how I modify this code:
    `<?php if (function_exists('slideshow')){
   slideshow($output = true, $gallery_id = false, $post_id = false, $params = array());}?
   >` to make my slideshow responsive.
 * [https://wordpress.org/plugins/slideshow-gallery/](https://wordpress.org/plugins/slideshow-gallery/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-slideshow-how-to-hardcode/#post-4927480)
 * Thank you for your post.
 * You can use the code like this:
 * `<?php if (function_exists('slideshow')) { slideshow($output = true, $gallery_id
   = false, $post_id = false, $params = array('layout' => "responsive")); } ?>`
 * So you add the ‘layout’ to the parameters.
 * Alternatively, you can just go to Slideshow > Configuration in the plugin and
   set the layout there to responsive but that global setting will then affect all
   slideshows on the site.
 *  Thread Starter [geologist](https://wordpress.org/support/users/geologist/)
 * (@geologist)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-slideshow-how-to-hardcode/#post-4927481)
 * Thanks for your reply. Unfortunately, when I couldn’t get this working I switched
   to a different plugin (2 months ago).
 *  Plugin Author [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * (@contrid)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-slideshow-how-to-hardcode/#post-4927482)
 * Thanks for posting back.
 * And sorry for the delay in getting back to you initially.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Responsive Slideshow – How To Hardcode’ is closed to new replies.

 * ![](https://ps.w.org/slideshow-gallery/assets/icon-256x256.png?rev=1187457)
 * [Slideshow Gallery LITE](https://wordpress.org/plugins/slideshow-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slideshow-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slideshow-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/slideshow-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slideshow-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slideshow-gallery/reviews/)

## Tags

 * [Resize Images](https://wordpress.org/support/topic-tag/resize-images/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tribulant Software](https://wordpress.org/support/users/contrid/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/responsive-slideshow-how-to-hardcode/#post-4927482)
 * Status: resolved