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