WPIntell

Source evidence

Mobile version displaying thumbnails at full screenwidth

Automatic YouTube Gallery · support · 2025-03-04T16:33:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 24 rows with source links

20.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
paultidal resolved
Hi I have installed and configured the Automatic YouTube Gallery plugin and it works great on desktop (4-column thumbnails) . However, the thumbnails are displaying at full screenwidth on mobile (iPhone). I have a screenshot here: https://imgur.com/a/OeGFS6U I would expect the thumbnails to display as 2-colums. I have set up a separate gallery with two columns to only display on mobile bit this also displays the thumbnails as fullwidth. Can you please advise? Best regards Paul The page I need help with: [ log in to see the link] Kindly try adding the following CSS code under “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard, @media only screen and (max-width: 480px) { .ayg-col { width: 50% !important; } } Hope this solved your issue! Hi Thanks for replying. I have added the custom code and it has fixed the issue (I adjusted to 900px to match my site’s mobile breakpoint). Thank you so much for a prompt and effective response. Best regards Paul

Comments

2 shown
wpvideogallery 2025-03-05T01:36:00+00:00

Kindly try adding the following CSS code under “Appearance => Customize => Additional CSS” menu from your WordPress Admin Dashboard, @media only screen and (max-width: 480px) { .ayg-col { width: 50% !important; } } Hope this solved your issue!

paultidal 2025-03-05T11:59:00+00:00

Hi Thanks for replying. I have added the custom code and it has fixed the issue (I adjusted to 900px to match my site’s mobile breakpoint). Thank you so much for a prompt and effective response. Best regards Paul