Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

How to show Screenshots as Scrollbar inside Page Details

A topic by Only4Gamers created Nov 06, 2021 Views: 241
Viewing posts 1 to 1
(2 edits)

Hello,

In page Layout option I choose to hide screenshots (Hide Sidebar). And I am showing screenshot inside Page Details by writing HTML. I want to show All screenshots like "Scrollbar" which we saw in Mobile view. How to achieve this? without writing custom CSS? As there is already CSS available for this then why waste more user data?

By seeing chrome dev tool I figure out few things, but it's not working. My current HTML lines inside Details:

<div class="right_col column"><div class="screenshot_list">

<img src="First Image Link"/>

<img src="Second Image Link"/>

<img src="Third Image Link"/>

</div></div>

Please help.

Thanks

This topic has been auto-archived and can no longer be posted in because there haven't been any posts in a while.