Skip to content

QR Code for News Headlines #2137

Answered by Dan-Peck
brentpabst asked this question in Completed
Discussion options

You must be logged in to vote

Thank you for the suggestion! This has now been implemented and released as part of #2138 . The feature may be enabled by editing the "News" block and toggling its "Show QR" option. Also note that the QR code size will adapt to the "Photo Size".

The QR code size and position, etc. might also be adjusted via Custom CSS. For example, this could adjust for a larger QR on the News Photo Grid:

.block-news .rss-list-item .rss-qr-code {
    right: 6em !important;
    top: 6em !important;
}

.block-news .rss-list-item IMG.qr-code {
    transform: scale(2.0) !important;
}

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Dan-Peck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants