Mobile Gallery Tiling

Permalink Browser Info Environment
Hi Emerii!

I have a question that I'm not sure falls under "support".
I am redoing a website for a client. I used your gallery here:
http://anjabetschart.ch/fotografie/landschaft/...
Done in 5.6, I think the theme was "Slate"
If you scale down the page, the tiles don't increase in size - they stay more or less the same.

My client likes the tiled effect, and would like to maintain the small tile size all the way down through viewport reduction. She feels that if the tiles are enlarged when the viewport is reduced,
the "gallery" feeling goes away. I agree.

Now as you can see in 5.7.4, using HiVis, when the viewport is reduced, suddenly the thumbnails become very large. You no longer have the chance to scan through them.
http://stagingbetschart.ch/index.php/portfolio/landschaft...
This happens somewhere around 1140px

My question is, how can I fix this? Is it Gallery ES or HiVis?
Could I turn off / change the mobile sizing somewhere?

Type: Discussion
Status: Resolved
arlenesey
View Replies:
emirii replied on at Permalink Reply
emirii
Hi Arlenesey,

Luckily this is an easy task, we can just override the CSS media queries to have our desired column count with the gallery rather than my preset very large tiles.

Just place this in the bottom of your theme CSS:

@media only screen and (max-width: 1050px) and (min-width: 651px) {
   /* Small Desktop / Large Tablet */
   div.ccm-page .galleryESbox {
      width: 10%;
      padding-bottom: 10%;
   }
   div.ccm-page .galleryESboxPortrait {
      width: 10%;
   }
}
@media only screen and (max-width: 650px) and (min-width: 481px) {
   /* Large Smartphone / Small Tablet */
   div.ccm-page .galleryESbox {
      width: 10%;
      padding-bottom: 10%;


You can replace all the width properties with the percentage how many columns you want to display. 10% is 10 columns, 33.3% is 3 columns, 25% is 4 columns, etc.

Let me know if you need anything else, thanks!!
arlenesey replied on at Permalink Reply
arlenesey
Thank you very much!
I will let you know how it goes.
arlenesey replied on at Permalink Reply
arlenesey
This is working wonderfully - I just need to tweak the percentages. Thank you.
Great resource to have on the forum.

concrete5 Environment Information

# concrete5 Version
Core Version - 5.7.4
Version Installed - 5.7.4
Database Version - 20150504000000

# concrete5 Packages
GalleryES (2.2.2), Hi-Vis (0.9.2), Spacer (0.9.1).

# concrete5 Overrides
languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, themes/hivis_anja/blog_entry.php, themes/hivis_anja/left_sidebar.php, themes/hivis_anja/default.php, themes/hivis_anja/description.txt, themes/hivis_anja/one_column-left_sidebar.php, themes/hivis_anja/three_column.php, themes/hivis_anja/one_column-three.php, themes/hivis_anja/css/styles.xml, themes/hivis_anja/css/css/typography.less, themes/hivis_anja/css/css/foundation.less, themes/hivis_anja/css/css/app.less, themes/hivis_anja/css/css/normalize.less, themes/hivis_anja/css/css, themes/hivis_anja/css/main.less, themes/hivis_anja/css/presets/defaults.less, themes/hivis_anja/css/presets/anja.less, themes/hivis_anja/css/presets, themes/hivis_anja/css, themes/hivis_anja/three_column-one.php, themes/hivis_anja/images/foundation/orbit/loading.gif, themes/hivis_anja/images/foundation/orbit/pause-black.png, themes/hivis_anja/images/foundation/orbit/right-arrow.png, themes/hivis_anja/images/foundation/orbit/bullets.jpg, themes/hivis_anja/images/foundation/orbit/mask-black.png, themes/hivis_anja/images/foundation/orbit/left-arrow.png, themes/hivis_anja/images/foundation/orbit/left-arrow-small.png, themes/hivis_anja/images/foundation/orbit/right-arrow-small.png, themes/hivis_anja/images/foundation/orbit/timer-black.png, themes/hivis_anja/images/foundation/orbit/rotator-black.png, themes/hivis_anja/images/foundation/orbit, themes/hivis_anja/images/foundation, themes/hivis_anja/images, themes/hivis_anja/right_sidebar.php, themes/hivis_anja/two_column.php, themes/hivis_anja/full.php, themes/hivis_anja/four_column-two.php, themes/hivis_anja/two_column-one.php, themes/hivis_anja/view.php, themes/hivis_anja/js/foundation.min.js, themes/hivis_anja/js/vendor/fastclick.js, themes/hivis_anja/js/vendor/modernizr.js, themes/hivis_anja/js/vendor, themes/hivis_anja/js, themes/hivis_anja/thumbnail.png, themes/hivis_anja/landing_full.php, themes/hivis_anja/four_column-one.php, themes/hivis_anja/one_column-four.php, themes/hivis_anja/one_column-right_sidebar.php, themes/hivis_anja/four_column.php, themes/hivis_anja/page_theme.php, themes/hivis_anja/one_column-two.php, themes/hivis_anja/elements/landingfooter.php, themes/hivis_anja/elements/header.php, themes/hivis_anja/elements/footer.php, themes/hivis_anja/elements, themes/hivis_anja, languages/fi_FI/LC_MESSAGES/messages.mo, languages/fi_FI/LC_MESSAGES, languages/fi_FI, languages/sv_SE/LC_MESSAGES/messages.mo, languages/sv_SE/LC_MESSAGES, languages/sv_SE, languages/tr_TR/LC_MESSAGES/messages.mo, languages/tr_TR/LC_MESSAGES, languages/tr_TR, languages/da_DK/LC_MESSAGES/messages.mo, languages/da_DK/LC_MESSAGES, languages/da_DK, languages/ru_RU/LC_MESSAGES/messages.mo, languages/ru_RU/LC_MESSAGES, languages/ru_RU, languages/ja_JP/LC_MESSAGES/messages.mo, languages/ja_JP/LC_MESSAGES, languages/ja_JP, languages/sl_SI/LC_MESSAGES/messages.mo, languages/sl_SI/LC_MESSAGES, languages/sl_SI, languages/nl_NL/LC_MESSAGES/messages.mo, languages/nl_NL/LC_MESSAGES, languages/nl_NL, languages/el_GR/LC_MESSAGES/messages.mo, languages/el_GR/LC_MESSAGES, languages/el_GR, languages/it_IT/LC_MESSAGES/messages.mo, languages/it_IT/LC_MESSAGES, languages/it_IT, languages/fr_FR/LC_MESSAGES/messages.mo, languages/fr_FR/LC_MESSAGES, languages/fr_FR, languages/de_DE/LC_MESSAGES/messages.mo, languages/de_DE/LC_MESSAGES, languages/de_DE, themes/hivis_anja/blog_entry.php, themes/hivis_anja/left_sidebar.php, themes/hivis_anja/default.php, themes/hivis_anja/description.txt, themes/hivis_anja/one_column-left_sidebar.php, themes/hivis_anja/three_column.php, themes/hivis_anja/one_column-three.php, themes/hivis_anja/css/styles.xml, themes/hivis_anja/css/css/typography.less, themes/hivis_anja/css/css/foundation.less, themes/hivis_anja/css/css/app.less, themes/hivis_anja/css/css/normalize.less, themes/hivis_anja/css/css, themes/hivis_anja/css/main.less, themes/hivis_anja/css/presets/defaults.less, themes/hivis_anja/css/presets/anja.less, themes/hivis_anja/css/presets, themes/hivis_anja/css, themes/hivis_anja/three_column-one.php, themes/hivis_anja/images/foundation/orbit/loading.gif, themes/hivis_anja/images/foundation/orbit/pause-black.png, themes/hivis_anja/images/foundation/orbit/right-arrow.png, themes/hivis_anja/images/foundation/orbit/bullets.jpg, themes/hivis_anja/images/foundation/orbit/mask-black.png, themes/hivis_anja/images/foundation/orbit/left-arrow.png, themes/hivis_anja/images/foundation/orbit/left-arrow-small.png, themes/hivis_anja/images/foundation/orbit/right-arrow-small.png, themes/hivis_anja/images/foundation/orbit/timer-black.png, themes/hivis_anja/images/foundation/orbit/rotator-black.png, themes/hivis_anja/images/foundation/orbit, themes/hivis_anja/images/foundation, themes/hivis_anja/images, themes/hivis_anja/right_sidebar.php, themes/hivis_anja/two_column.php, themes/hivis_anja/full.php, themes/hivis_anja/four_column-two.php, themes/hivis_anja/two_column-one.php, themes/hivis_anja/view.php, themes/hivis_anja/js/foundation.min.js, themes/hivis_anja/js/vendor/fastclick.js, themes/hivis_anja/js/vendor/modernizr.js, themes/hivis_anja/js/vendor, themes/hivis_anja/js, themes/hivis_anja/thumbnail.png, themes/hivis_anja/landing_full.php, themes/hivis_anja/four_column-one.php, themes/hivis_anja/one_column-four.php, themes/hivis_anja/one_column-right_sidebar.php, themes/hivis_anja/four_column.php, themes/hivis_anja/page_theme.php, themes/hivis_anja/one_column-two.php, themes/hivis_anja/elements/landingfooter.php, themes/hivis_anja/elements/header.php, themes/hivis_anja/elements/footer.php, themes/hivis_anja/elements, themes/hivis_anja

# concrete5 Cache Settings
Block Cache - Off
Overrides Cache - Off
Full Page Caching - Off
Full Page Cache Lifetime - Every 6 hours (default setting).

# Server Software
Apache

# Server API
cgi-fcgi

# PHP Version
5.4.32

# PHP Extensions
bcmath, bz2, calendar, cgi-fcgi, Core, ctype, curl, date, dom, ereg, exif, fileinfo, filter, ftp, gd, gettext, gmp, hash, iconv, imap, intl, ionCube Loader, json, libxml, mbstring, mcrypt, mhash, mysql, mysqli, openssl, pcntl, pcre, PDO, pdo_mysql, pdo_sqlite, Phar, readline, Reflection, session, shmop, SimpleXML, soap, sockets, SPL, sqlite3, standard, tokenizer, wddx, xml, xmlreader, xmlwriter, xsl, Zend Guard Loader, zip, zlib.

# PHP Settings
max_execution_time - 60
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 60
max_input_vars - 1000
memory_limit - 256M
post_max_size - 128M
sql.safe_mode - Off
upload_max_filesize - 128M
mysql.max_links - Unlimited
mysql.max_persistent - Unlimited
mysqli.max_links - Unlimited
mysqli.max_persistent - Unlimited
pcre.backtrack_limit - 1000000
pcre.recursion_limit - 100000
session.cache_limiter - <i>no value</i>
session.gc_maxlifetime - 1440
soap.wsdl_cache_limit - 5

Browser User-Agent String

Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:37.0) Gecko/20100101 Firefox/37.0

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You may not request a refund that is not currently owned by you.