Jump to content

Morozzz

Members
  • Posts

    109
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Forums

Events

Store

Gallery

Posts posted by Morozzz

  1. Hmm... I write about previews. Despite the fact that css spelled out the size of 200px when the page loads load the full image and is reduced to 200px. If the set value is _record_image_thumb record_image, it will load a small preview and adapted to 200px. 
    Here, as an example, a piece of modified code from the supergrid listing:

    <div class="ipsType_right SG_image_container ipsAreaBackground_light" style="padding-bottom: {{if settings.SuperGrid_aspect_ratio}}{setting='SuperGrid_aspect_ratio'}%{{else}}50%{{endif}};
    {{if $row->_record_image_thumb}}background-image:url('{{if settings.SuperGrid_image_use_thumbnail}}{file='$row->_record_image_thumb' extension='cms_Records'}{{else}}{file='$row->_record_image_thumb' extension='cms_Records'}{{endif}}');{{elseif settings.SuperGrid_fallback_image}}background-image:url('{setting="SuperGrid_fallback_image_url"}');{{endif}}">

     

  2. The question is removed, understood. However, I recommend to fix this in an update.

    42 minutes ago, opentype said:

    It’s up to you. You can turn on previews in the plugin settings:

    5a00966b2596a_Bildschirmfoto2017-11-06um18_05_12.png.184550b619fa15283e9f1ea3740480f9.png

    No. I mean changing the value _record_image_thumb is record_image. This will speed up the loading of pages.

  3. I am talking about widgets and not about the page templates. You along with the templates included are two widgets: a vertical list and a big block and on the right a vertical list of articles. I use both wizdata. But I really miss the third, which displays the blocks with the articles horizontally. On any page of the website.

×
×
  • Create New...