# Managing Sets with both Videos and Photos

*Article Topics:* [*Sets*](/getting-started/common-topics/sets.md)*,* [*Content*](/getting-started/common-topics/content.md)*,* [*Blocks*](/getting-started/common-topics/blocks.md)

When you find yourself uploading both Photos and Videos to a Set, you may want to manage how they're displayed to your visitors.  This article will walk you through the different ways you can go about displaying the Set.

<figure><img src="/files/KHAo1gDakkDC2EBAIRBQ" alt=""><figcaption></figcaption></figure>

## Videos and Images on Separate Pages

Say we have a set that contains both a video and photos, such as the set in the above image, and we want to give our visitors the option of selecting their preferred focus, whether that is **video** or **photo**. We'd do this by providing a link near the header, allowing visitors the option of choosing between the two types of content.

<figure><img src="/files/ctRZGK1WiFelzRNKakOg" alt=""><figcaption></figcaption></figure>

1\) Navigate to a page with the desired Set View Block.

2\) Select the block and navigate to the Design tab.

<figure><img src="/files/sjNh3Zv1WyOPGk5bbPUk" alt=""><figcaption></figcaption></figure>

3\) Select an option for where to place the Title Row, which will include destination buttons.

4\) Select "Show when photos and videos are available"  for the **Show Photo/Video Links** field.

5\) Select a Photo and Video Button Destination and insert Text for the buttons.

In this case, we've selected the /picture/:id and /video/:id pages, so the Set ID will be passed as a parameter, sending the visitor to the correct page.

Learn more about each setting on the [Set View Block](/content-management/member-areas-and-tours/themes/block-types/set-view-block.md) article.

## Display both on one page

Now we'll go over setting both types of content in the Set on the same page, so whether you want videos at the top followed by photos at the bottom, or vice versa.

<figure><img src="/files/LsdFITAFFFO9B2JL4DSk" alt=""><figcaption></figcaption></figure>

1\) Navigate to a page with the desired Set View Block.

2\) Select the block and navigate to the Design tab.

<figure><img src="/files/VHjgFgTnAuerI1D3Jjec" alt=""><figcaption></figcaption></figure>

3\) Select an option for Media Area 1 Content, **and** an option for Media Area 2 Content.

{% hint style="info" %}
**Please Note:** If you are modifying a Set View Block on a dedicated Video Page, don't forget to account for the Set View Block on a dedicated Photo Gallery page as well, since a Set with both Photos and Videos will be included in a [Set List Block](/content-management/member-areas-and-tours/themes/block-types/set-list-block.md) filtered to display Images.
{% endhint %}

In this case, we've opted for displaying both photos and videos on a single page.

Learn more about each setting on the [Set View Block](/content-management/member-areas-and-tours/themes/block-types/set-view-block.md) article.

## Related Articles

{% content-ref url="/pages/Fns3udit6BYx3GkOiHU4" %}
[Set View Block](/content-management/member-areas-and-tours/themes/block-types/set-view-block.md)
{% endcontent-ref %}

{% content-ref url="/pages/8JHrht7sWFVmYzPwItfL" %}
[Managing Sets](/content-management/sets/managing-sets.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.toomuchmedia.com/content-management/sets/managing-sets/managing-sets-with-both-videos-and-photos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
